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 f8be46b

Browse filesBrowse files
committed
Fix: Adjust DocBlock
1 parent bfebee8 commit f8be46b
Copy full SHA for f8be46b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎src/Symfony/Component/Process/ExecutableFinder.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/ExecutableFinder.php
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.