We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddeb18 commit 86a87b0Copy full SHA for 86a87b0
lib/PhpParser/Node/ContainsStmts.php
@@ -4,7 +4,7 @@
4
5
namespace PhpParser\Node;
6
7
-interface ContainsStmts {
+interface ContainsStmts extends \PhpParser\Node {
8
/**
9
* @return Stmt[]
10
*/
0 commit comments