Skip to content

Commit 0180bcc

Browse files
committed
Cleanup
1 parent a3df76d commit 0180bcc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/JsPhpize/Parser/Parser.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,8 @@ protected function parseInstructions($block)
381381
continue;
382382
}
383383

384-
385384
if ($token->is(';') || !$this->engine->getOption('strict')) {
386385
$block->endInstruction();
387-
// $next = $this->get(0);
388-
// if ($block->type !== 'function' && $next && $next->is('}')) {
389-
// break;
390-
// }
391386

392387
continue;
393388
}

0 commit comments

Comments
 (0)