Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c5756ad

Browse filesBrowse files
author
Matthew Smeets
committed
Removing redundant nullable
1 parent 02eb9fd commit c5756ad
Copy full SHA for c5756ad

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎src/Symfony/Component/Debug/DebugClassLoader.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/DebugClassLoader.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ public static function disable()
128128
}
129129
}
130130

131-
public function findFile(string $class = null)
131+
/**
132+
* @param string $class
133+
*/
134+
public function findFile(string $class)
132135
{
133136
return $this->isFinder ? $this->classLoader[0]->findFile($class) ?: null : null;
134137
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.