Skip to content

Commit e2f085a

Browse files
committed
Fix compatibility
1 parent 430c4a0 commit e2f085a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsPhpize/Compiler/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected function visitInstruction(Instruction $group, $indent)
206206
return $this->visitNodesArray($group->instructions, $indent, '', $indent . "%s;\n");
207207
}
208208

209-
protected function visitNode(Node $node, $indent)
209+
public function visitNode(Node $node, $indent)
210210
{
211211
$method = preg_replace(
212212
'/^(.+\\\\)?([^\\\\]+)$/',

0 commit comments

Comments
 (0)