8000 minor #25783 Fix wrong description in a phpdoc (fabpot) · symfony/symfony@cbf73c6 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit cbf73c6

Browse files
author
Robin Chalas
committed
minor #25783 Fix wrong description in a phpdoc (fabpot)
This PR was merged into the 2.7 branch. Discussion ---------- Fix wrong description in a phpdoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- e52d977 fixed wrong description in a phpdoc
2 parents 3c4b34f + e52d977 commit cbf73c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class StringInput extends ArgvInput
2626
const REGEX_QUOTED_STRING = '(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\')';
2727

2828
/**
29-
* @param string $input An array of parameters from the CLI (in the argv format)
29+
* @param string $input A string representing the parameters from the CLI
3030
* @param InputDefinition $definition A InputDefinition instance
3131
*
3232
* @deprecated The second argument is deprecated as it does not work (will be removed in 3.0), use 'bind' method instead

0 commit comments

Comments
 (0)
0