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 aad5088 commit 2a2622aCopy full SHA for 2a2622a
lib/PhpParser/Node/ContainsStmts.php
@@ -4,6 +4,9 @@
4
5
namespace PhpParser\Node;
6
7
+/**
8
+ * @property Stmt[]|null $stmts
9
+ */
10
interface ContainsStmts extends \PhpParser\Node {
11
/**
12
* @return Stmt[]
0 commit comments