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