fixed wrong description in a phpdoc

This commit is contained in:
Fabien Potencier 2018-01-13 10:54:37 +01:00
parent 3c4b34fd13
commit e52d977d12

View File

@ -26,7 +26,7 @@ class StringInput extends ArgvInput
const REGEX_QUOTED_STRING = '(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\')'; const REGEX_QUOTED_STRING = '(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\')';
/** /**
* @param string $input An array of parameters from the CLI (in the argv format) * @param string $input A string representing the parameters from the CLI
* @param InputDefinition $definition A InputDefinition instance * @param InputDefinition $definition A InputDefinition instance
* *
* @deprecated The second argument is deprecated as it does not work (will be removed in 3.0), use 'bind' method instead * @deprecated The second argument is deprecated as it does not work (will be removed in 3.0), use 'bind' method instead