Skip to content

Commit cff97c7

Browse files
minor symfony#25656 Update return type in docblock. (ADmad)
This PR was submitted for the 3.4 branch but it was merged into the 2.7 branch instead (closes symfony#25656). Discussion ---------- Update return type in docblock. | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | N/A | License | MIT | Doc PR | N/A Commits ------- c5f0f4c Update return type in docblock.
2 parents 28485af + c5f0f4c commit cff97c7

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)