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 3c4b34f commit e52d977Copy full SHA for e52d977
src/Symfony/Component/Console/Input/StringInput.php
@@ -26,7 +26,7 @@ class StringInput extends ArgvInput
26
const REGEX_QUOTED_STRING = '(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\')';
27
28
/**
29
- * @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
30
* @param InputDefinition $definition A InputDefinition instance
31
*
32
* @deprecated The second argument is deprecated as it does not work (will be removed in 3.0), use 'bind' method instead
0 commit comments