8000 Fix: Adjust DocBlock · Firehed/symfony@f8be46b · GitHub
[go: up one dir, main page]

Skip to content

Commit f8be46b

Browse files
committed
Fix: Adjust DocBlock
1 parent bfebee8 commit f8be46b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Process/ExecutableFinder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public function addSuffix($suffix)
4242
/**
4343
* Finds an executable by name.
4444
*
45-
* @param string $name The executable name (without the extension)
46-
* @param string $default The default to return if no executable is found
47-
* @param array $extraDirs Additional dirs to check into
45+
* @param string $name The executable name (without the extension)
46+
* @param string|null $default The default to return if no executable is found
47+
* @param array $extraDirs Additional dirs to check into
4848
*
4949
* @return string|null The executable path or default value
5050
*/

0 commit comments

Comments
 (0)
0