8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfebee8 + f8be46b commit 05efd12Copy full SHA for 05efd12
src/Symfony/Component/Process/ExecutableFinder.php
@@ -42,9 +42,9 @@ public function addSuffix($suffix)
42
/**
43
* Finds an executable by name.
44
*
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
+ * @param string $name The executable name (without the extension)
+ * @param string|null $default The default to return if no executable is found
+ * @param array $extraDirs Additional dirs to check into
48
49
* @return string|null The executable path or default value
50
*/
0 commit comments