1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 12:24:39 +01:00
PHP-Parser/test/PhpParser/Node
Nikita Popov 18129480ae Rename $type subnode to $flags
Type makes it sound like a type-hint, and on a number of other nodes
$type is used for exactly that. Use $flags to hold modifiers instead.
2016-07-25 13:33:19 +02:00
..
Scalar Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
Stmt Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
NameTest.php Switch NameResolver resolve methods to be immutable 2015-07-12 23:56:57 +02:00