From 56b92374a962c99adfb1e68edee25cafa391600d Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 19 Aug 2024 02:47:31 +0200 Subject: [PATCH] cs --- src/Latte/Sandbox/Nodes/FunctionCallNode.php | 1 - 1 file changed, 1 deletion(-) 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) . ')'; - } }