php-parser/lib/PhpParser/Builder
WhizSid d46f261ef9
Adding class constant to builder factory (#765)
* Adding class constant to builder factory

* Fix formatting,doc issues and Tweak returning node from ClassConst

* Fix PHPUnit
2021-03-21 20:58:21 +01:00
..
Class_.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
ClassConst.php Adding class constant to builder factory (#765) 2021-03-21 20:58:21 +01:00
Declaration.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Function_.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
FunctionLike.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Interface_.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Method.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Namespace_.php make Namespace_ builder return Namespace_ 2020-12-30 10:13:54 +01:00
Param.php Add union type to ParamBuilder and BuilderHelpers 2020-01-05 00:34:49 +01:00
Property.php Tweak type annotation to include null 2019-01-12 17:31:37 +01:00
Trait_.php [CS] Use elseif instead of else if 2018-01-13 16:03:36 +01:00
TraitUse.php Add Builder\TraitUse::with receiving adaptation builder ability 2018-07-22 21:23:00 +02:00
TraitUseAdaptation.php Add TraitUseAdaptation and factory for it 2018-07-22 21:23:00 +02:00
Use_.php Update Use_ builder to return specific type 2021-01-06 14:30:19 +01:00