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.
2 parents 352eba3 + 2fc41a1 commit eb3eaf6Copy full SHA for eb3eaf6
src/Symfony/Component/Console/Input/Input.php
@@ -37,6 +37,8 @@ abstract class Input implements InputInterface
37
public function __construct(InputDefinition $definition = null)
38
{
39
if (null === $definition) {
40
+ $this->arguments = array();
41
+ $this->options = array();
42
$this->definition = new InputDefinition();
43
} else {
44
$this->bind($definition);
0 commit comments