This commit is contained in:
bzick 2015-01-07 17:19:17 +03:00
parent 8d6bfb00d1
commit 5e42892979
1 changed files with 1 additions and 1 deletions

View File

@ -1473,7 +1473,7 @@ class Template extends Render
$tokens->next();
$params[$key] = $this->parseExpr($tokens);
} else {
throw new InvalidUsageException("Invalid value for parameter '$key' ");
throw new InvalidUsageException("Invalid value for parameter '$key'");
}
} elseif ($tokens->is(Tokenizer::MACRO_SCALAR, '"', T_VARIABLE, "[", '(')) {
$params[] = $this->parseExpr($tokens);