mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 20:04:48 +01:00
ClassMethod stmts property can be null (#435)
Conflicts: lib/PhpParser/Node/Stmt/ClassMethod.php
This commit is contained in:
parent
d418bf3951
commit
72231abe6d
@ -17,7 +17,7 @@ class ClassMethod extends Node\Stmt implements FunctionLike
|
||||
public $params;
|
||||
/** @var null|string|Node\Name|Node\NullableType Return type */
|
||||
public $returnType;
|
||||
/** @var Node[] Statements */
|
||||
/** @var Node[]|null Statements */
|
||||
public $stmts;
|
||||
|
||||
/** @deprecated Use $flags instead */
|
||||
|
Loading…
Reference in New Issue
Block a user