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 8bcaa4261e Add parens for new/instanceof with complex expression
This is not fully accurate because the rules for "new variables"
are different than the rules for dereferenceable LHS.
2020-08-09 22:07:33 +02:00
..
formatPreservation Add named argument support 2020-08-09 17:37:44 +02:00
parser Remove self/parent/static restriction for namespace names 2020-08-09 21:21:22 +02:00
prettyPrinter Add parens for new/instanceof with complex expression 2020-08-09 22:07:33 +02:00