diff --git a/src/Latte/Sandbox/Nodes/FunctionCallNode.php b/src/Latte/Sandbox/Nodes/FunctionCallNode.php index c58f2eb39..04aa437e4 100644 --- a/src/Latte/Sandbox/Nodes/FunctionCallNode.php +++ b/src/Latte/Sandbox/Nodes/FunctionCallNode.php @@ -26,6 +26,5 @@ public function print(PrintContext $context): string return '$this->global->sandbox->call(' . $context->memberAsString($this->name) . ', ' . $context->argumentsAsArray($this->args) . ')'; - } }