mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
fix typo
This commit is contained in:
parent
8d6bfb00d1
commit
5e42892979
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user