1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 12:24:39 +01:00
PHP-Parser/lib/PhpParser/Node/Stmt
Alexander Miertsch 72231abe6d ClassMethod stmts property can be null (#435)
Conflicts:
	lib/PhpParser/Node/Stmt/ClassMethod.php
2017-11-04 12:38:45 +01:00
..
TraitUseAdaptation Drop support for old Node format 2015-05-02 22:17:34 +02:00
Break_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Case_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Catch_.php PHP 7.1: Support multi-catch 2016-07-22 15:40:00 +02:00
Class_.php Fix spelling of VISIBILITY_MODIFIER_MASK 2017-04-19 11:20:05 +02:00
ClassConst.php Fix spelling of VISIBILITY_MODIFIER_MASK 2017-04-19 11:20:05 +02:00
ClassLike.php $name can be null for PHP 7 anonymous classes 2016-10-21 11:46:14 +02:00
ClassMethod.php ClassMethod stmts property can be null (#435) 2017-11-04 12:38:45 +01:00
Const_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Continue_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Declare_.php Cleanup imports 2016-11-23 22:58:18 +01:00
DeclareDeclare.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Do_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Echo_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Else_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ElseIf_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Finally_.php Introduce explicit Finally node 2016-07-25 14:25:04 +02:00
For_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Foreach_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Function_.php Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
Global_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Goto_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
GroupUse.php Cleanup imports 2016-11-23 22:58:18 +01:00
HaltCompiler.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
If_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
InlineHTML.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Interface_.php Cleanup imports 2016-11-23 22:58:18 +01:00
Label.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Namespace_.php Add attribute for namespace kinds (#417) 2017-09-26 18:45:05 +02:00
Nop.php Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
Property.php Fix spelling of VISIBILITY_MODIFIER_MASK 2017-04-19 11:20:05 +02:00
PropertyProperty.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Return_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Static_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
StaticVar.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Switch_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Throw_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Trait_.php Bring Trait constructor in line with Class/interface 2016-07-22 17:01:51 +02:00
TraitUse.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
TraitUseAdaptation.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TryCatch.php Cleanup imports 2016-11-23 22:58:18 +01:00
Unset_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Use_.php Support mixed group use declarations 2015-06-13 11:27:38 +02:00
UseUse.php Cleanup imports 2016-11-23 22:58:18 +01:00
While_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00