Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b19c89

Browse files
committed
[Console] fixed unparsed StringInput tokens
1 parent 635b1fc commit 5b19c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Console/Input/ArgvInput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function __construct(array $argv = null, InputDefinition $definition = nu
6868
protected function setTokens(array $tokens)
6969
{
7070
$this->tokens = $tokens;
71+
$this->parse();
7172
}
7273

7374
/**

0 commit comments

Comments
 (0)