We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef354a commit c5d240cCopy full SHA for c5d240c
1 file changed
src/Parser.php
@@ -375,6 +375,7 @@ public function parse()
375
) {
376
// Skipping to the end of this statement.
377
$list->getNextOfType(Token::TYPE_DELIMITER);
378
+ $prevLastIdx = $list->idx;
379
continue;
380
}
381
@@ -412,7 +413,6 @@ public function parse()
412
413
414
415
- //
416
$prevLastIdx = $list->idx;
417
418
0 commit comments