mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 20:14:46 +01:00
Next try...
This commit is contained in:
parent
648a246be0
commit
b2fe43cf7a
@ -177,6 +177,7 @@ class Lexer
|
||||
// Invalid characters at the end of the input
|
||||
$this->handleInvalidCharacterRange($filePos, \strlen($this->code), $line);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
// Check for unterminated comment
|
||||
|
Loading…
Reference in New Issue
Block a user