1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 09:17:58 +01:00
PHP-Parser/test/code
Nikita Popov eff72eeffa Fix #718: PrettyPrinter breaks nested ternaries
Mark ternary as non-associative operator, as left-associative use
is deprecated in PHP 7.4 and removed in PHP 8.0.
2020-09-30 20:42:58 +02:00
..
formatPreservation FPPP: Fix remove + add at start of list 2020-09-22 22:41:02 +02:00
parser Recover from missing semicolon after property or class const 2020-09-19 23:11:36 +02:00
prettyPrinter Fix #718: PrettyPrinter breaks nested ternaries 2020-09-30 20:42:58 +02:00