1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/lib/PhpParser/Builder
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
..
Class_.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
Declaration.php Extract common builder methods to abstract classes 2014-12-19 17:47:51 +01:00
Function_.php Add setReturnType() method to function/method builders 2016-04-09 18:41:38 +09:00
FunctionLike.php Tweaked a phpdoc description 2016-04-10 21:10:55 +09:00
Interface_.php Doc comment tweaks 2016-02-20 17:06:09 +01:00
Method.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
Namespace_.php Add support for global namespace in NS builder 2015-03-10 15:28:19 +01:00
Param.php Add setReturnType() method to function/method builders 2016-04-09 18:41:38 +09:00
Property.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
Trait_.php Bring Trait constructor in line with Class/interface 2016-07-22 17:01:51 +02:00
Use_.php Fix infinite recursion in Use builder __call 2015-07-12 22:11:43 +02:00