Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 11, 2024
1 parent 2c91fe9 commit 56b9237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Latte/Sandbox/Nodes/FunctionCallNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ public function print(PrintContext $context): string
return '$this->global->sandbox->call('
. $context->memberAsString($this->name) . ', '
. $context->argumentsAsArray($this->args) . ')';

}
}

0 comments on commit 56b9237

Please sign in to comment.