Thanks to visit codestin.com Credit goes to github.com
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 f95f8e2 commit 5bf2f71Copy full SHA for 5bf2f71
src/Symfony/Component/Console/Input/StringInput.php
@@ -33,6 +33,8 @@ class StringInput extends ArgvInput
33
* @param string $input An array of parameters from the CLI (in the argv format)
34
* @param InputDefinition $definition A InputDefinition instance
35
*
36
+ * @deprecated The second argument is deprecated as it does not work (will be removed in 3.0), use 'bind' method instead
37
+ *
38
* @api
39
*/
40
public function __construct($input, InputDefinition $definition = null)
0 commit comments