mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-03 10:33:08 +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(
|
throw new \InvalidArgumentException(
|
||||||
sprintf(
|
sprintf(
|
||||||
'Malformed arguments string: "%s"',
|
'Malformed arguments string: "%s"',
|
||||||
var_export($args_string, true)
|
$args_string
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -81,7 +81,7 @@ class Parser
|
|||||||
throw new \LogicException(
|
throw new \LogicException(
|
||||||
sprintf(
|
sprintf(
|
||||||
'Unexpected closing tag: /%s',
|
'Unexpected closing tag: /%s',
|
||||||
var_export($token[Tokenizer::NAME], true)
|
$token[Tokenizer::NAME]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user