Skip to content

Commit c5f0f4c

Browse files
ADmadnicolas-grekas
authored andcommitted
Update return type in docblock.
1 parent 28485af commit c5f0f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Input/InputInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface InputInterface
2121
/**
2222
* Returns the first argument from the raw parameters (not parsed).
2323
*
24-
* @return string The value of the first argument or null otherwise
24+
* @return string|null The value of the first argument or null otherwise
2525
*/
2626
public function getFirstArgument();
2727

0 commit comments

Comments
 (0)