mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-03-31 20:42:39 +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.