This website requires JavaScript.
Explore
Help
Sign In
danog
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/danog/PHP-Parser.git
synced
2025-01-22 05:41:23 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
PHP-Parser
/
lib
/
PhpParser
/
Builder
History
Nikita Popov
d77e6cd6e9
Allow TraitUse statements in trait builder
...
Fixes
#413
.
2017-08-29 23:18:59 +02:00
..
Class_.php
Rename $type subnode to $flags
2016-07-25 13:33:19 +02:00
Declaration.php
Cleanup imports
2016-11-23 22:58:18 +01:00
Function_.php
Add setReturnType() method to function/method builders
2016-04-09 18:41:38 +09:00
FunctionLike.php
Add NullableType to types of properties/args that offer it (
#323
)
2016-12-05 13:30:29 +01:00
Interface_.php
Doc comment tweaks
2016-02-20 17:06:09 +01:00
Method.php
Add NullableType to types of properties/args that offer it (
#323
)
2016-12-05 13:30:29 +01:00
Namespace_.php
Add support for global namespace in NS builder
2015-03-10 15:28:19 +01:00
Param.php
Add Builder\Param::makeVariadic()
2017-04-19 11:16:29 +02:00
Property.php
Rename $type subnode to $flags
2016-07-25 13:33:19 +02:00
Trait_.php
Allow TraitUse statements in trait builder
2017-08-29 23:18:59 +02:00
Use_.php
Fix infinite recursion in Use builder __call
2015-07-12 22:11:43 +02:00