[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
1 changed files with 1 additions and 0 deletions

View File

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