We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1273640 commit 0a30728Copy full SHA for 0a30728
src/Latte/Sandbox/Nodes/FunctionCallNode.php
@@ -26,6 +26,5 @@ public function print(PrintContext $context): string
26
return '$this->global->sandbox->call('
27
. $context->memberAsString($this->name) . ', '
28
. $context->argumentsAsArray($this->args) . ')';
29
-
30
}
31
0 commit comments