mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
Remove last var_export statements
Got overlooked while refactoring
This commit is contained in:
parent
15af0f8e52
commit
6ef6b7bc08
@ -145,7 +145,7 @@ class Arguments
|
||||
throw new \InvalidArgumentException(
|
||||
sprintf(
|
||||
'Malformed arguments string: "%s"',
|
||||
var_export($args_string, true)
|
||||
$args_string
|
||||
)
|
||||
);
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ class Parser
|
||||
throw new \LogicException(
|
||||
sprintf(
|
||||
'Unexpected closing tag: /%s',
|
||||
var_export($token[Tokenizer::NAME], true)
|
||||
$token[Tokenizer::NAME]
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user