Skip to content

Commit c972ad3

Browse files
committed
add @Property to ContaintsStmts, to allow working with public property
1 parent c690bd9 commit c972ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PhpParser/Node/ContainsStmts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace PhpParser\Node;
66

77
/**
8-
* @property-read Stmt[] $stmts
8+
* @property Stmt[]|null $stmts
99
*/
1010
interface ContainsStmts extends \PhpParser\Node {
1111
}

0 commit comments

Comments
 (0)