History log of /PHP-Parser/lib/PhpParser/Token.php (Results 1 – 2 of 2)
Revision Date Author Comments
# de4ac930 04-Jul-2022 MathiasReker

Single blank line at eof

A PHP file without end tag must always end with a single empty line feed.


# aff98bbf 04-Jun-2022 Nikita Popov

Use PHP 8.0 token representation

Migrate everything to use PhpToken-compatible token representation,
rather than the legacy array/string representation.