Skip to content

Commit

Permalink
fix syntax error generate by the CaptureNode
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 31, 2023
1 parent 3f70efa commit 48b29ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node/CaptureNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function compile(Compiler $compiler): void
->outdent()
->write("}\n")
->outdent()
->write('})()')
->write('})();')
;
}
}

0 comments on commit 48b29ba

Please sign in to comment.