Fix: Adjust DocBlock

This commit is contained in:
Andreas Möller 2019-01-02 22:24:08 +01:00
parent bfebee84f7
commit f8be46be0e
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F

View File

@ -42,9 +42,9 @@ class ExecutableFinder
/** /**
* Finds an executable by name. * Finds an executable by name.
* *
* @param string $name The executable name (without the extension) * @param string $name The executable name (without the extension)
* @param string $default The default to return if no executable is found * @param string|null $default The default to return if no executable is found
* @param array $extraDirs Additional dirs to check into * @param array $extraDirs Additional dirs to check into
* *
* @return string|null The executable path or default value * @return string|null The executable path or default value
*/ */