1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 09:17:58 +01:00
PHP-Parser/test/code
Tomas Votruba 4c22c62783
[PHP 8.0] Add attributes support (#661)
Adds support for PHP 8 attributes, represented using `AttrGroup` nodes
containing `Attribute` nodes. The `attrGroup` subnode is added to all
nodes that can have attributes.

This is still missing FPPP support.

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2020-09-13 21:01:17 +02:00
..
formatPreservation FPPP: Fix code block detection during removal 2020-08-29 16:28:28 +02:00
parser [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
prettyPrinter [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00