[Console] fixed unparsed StringInput tokens

This commit is contained in:
Jean-François Simon 2013-02-28 17:44:20 +01:00
parent 635b1fcb77
commit 5b19c892cf

View File

@ -68,6 +68,7 @@ class ArgvInput extends Input
protected function setTokens(array $tokens) protected function setTokens(array $tokens)
{ {
$this->tokens = $tokens; $this->tokens = $tokens;
$this->parse();
} }
/** /**