Skip to content

Commit e52d977

Browse files
committed
fixed wrong description in a phpdoc
1 parent 3c4b34f commit e52d977

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)