mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-04-02 05:23:15 +02:00
Lexer::startLexing() no longer throws, instead errors can be fetched using Lexer::getErrors(). Lexer errors now also contain full line and position information.