Skip to content

Commit

Permalink
Removed unrecheable statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgsowa committed Nov 18, 2024
1 parent 954f7a4 commit e98fe41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/PhpParser/ParserAbstract.php
Original file line number Diff line number Diff line change
@@ -411,8 +411,6 @@ protected function doParse(): ?array {
$rule = $state - $this->numNonLeafStates;
}
}

throw new \RuntimeException('Reached end of parser loop');
}

protected function emitError(Error $error): void {

0 comments on commit e98fe41

Please sign in to comment.