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.
1 parent 28485af commit c5f0f4cCopy full SHA for c5f0f4c
src/Symfony/Component/Console/Input/InputInterface.php
@@ -21,7 +21,7 @@ interface InputInterface
21
/**
22
* Returns the first argument from the raw parameters (not parsed).
23
*
24
- * @return string The value of the first argument or null otherwise
+ * @return string|null The value of the first argument or null otherwise
25
*/
26
public function getFirstArgument();
27
0 commit comments