Skip to content

Commit 2a2622a

Browse files
committed
add @Property to ContaintsStmts, to allow working with public property
1 parent aad5088 commit 2a2622a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/PhpParser/Node/ContainsStmts.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace PhpParser\Node;
66

7+
/**
8+
* @property Stmt[]|null $stmts
9+
*/
710
interface ContainsStmts extends \PhpParser\Node {
811
/**
912
* @return Stmt[]

0 commit comments

Comments
 (0)