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/Stmt
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
..
ClassConstTest.php PHP 7.1: Class constant visibility support 2016-07-05 23:01:06 +02:00
ClassMethodTest.php Add broken test for implicit public nodes 2015-07-05 20:17:49 +02:00
ClassTest.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
InterfaceTest.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
PropertyTest.php Fix implicit visibility for properties as well 2015-07-05 20:17:52 +02:00