History log of /PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php (Results 1 – 6 of 6)
Revision Date Author Comments
# dd63ddbc 28-Aug-2022 Nikita Popov

Add php-cs-fixer config and reformat

The formatting in this project has become something of a mess,
because it changed over time. Add a CS fixer config and reformat
to the desired st

Add php-cs-fixer config and reformat

The formatting in this project has become something of a mess,
because it changed over time. Add a CS fixer config and reformat
to the desired style, which is PSR-12, but with sane brace placement.

show more ...


# 1e89658c 23-Jul-2022 Nikita Popov

Add PhpVersion class


# 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.


# 8505acd1 19-Sep-2020 Nikita Popov

Correctly handle ?-> in encapsed strings

Followup upstream change.


# 75abbbd2 06-Sep-2020 Nikita Popov

Handle flexible heredoc via TokenEmulator

Extend the interface to support preprocessing.


# 23d9c177 02-Aug-2020 Nikita Popov

Add support for nullsafe operator