8000 minor #29752 [Process] Fix: Adjust DocBlock (localheinz) · symfony/symfony@05efd12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05efd12

Browse files
committed
minor #29752 [Process] Fix: Adjust DocBlock (localheinz)
This PR was merged into the 3.4 branch. Discussion ---------- [Process] Fix: Adjust DocBlock | Q | A | ------------- | --- | Branch? | `3.4` | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a This PR * [x] adjusts a DocBlock Follows #29702 (comment). Commits ------- f8be46b Fix: Adjust DocBlock
2 parents bfebee8 + f8be46b commit 05efd12

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