Skip to content

Commit 86a87b0

Browse files
committed
ContaintsStmts must extend Node to respect parent node contract
1 parent 8ddeb18 commit 86a87b0

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
@@ -4,7 +4,7 @@
44

55
namespace PhpParser\Node;
66

7-
interface ContainsStmts {
7+
interface ContainsStmts extends \PhpParser\Node {
88
/**
99
* @return Stmt[]
1010
*/

0 commit comments

Comments
 (0)