mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +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
|
// Invalid characters at the end of the input
|
||||||
$this->handleInvalidCharacterRange($filePos, \strlen($this->code), $line);
|
$this->handleInvalidCharacterRange($filePos, \strlen($this->code), $line);
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for unterminated comment
|
// Check for unterminated comment
|
||||||
|
Loading…
Reference in New Issue
Block a user