diff --git a/src/ControlStructure/AbstractLoop.php b/src/ControlStructure/AbstractLoop.php index 39305ff..51b19d5 100644 --- a/src/ControlStructure/AbstractLoop.php +++ b/src/ControlStructure/AbstractLoop.php @@ -27,7 +27,7 @@ abstract class AbstractLoop implements ControlStructure { 'token' => "end{$token}", ]; - return ""; + return ""; case "endwhile": case "endforeach":