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 c690bd9 commit c972ad3Copy full SHA for c972ad3
lib/PhpParser/Node/ContainsStmts.php
@@ -5,7 +5,7 @@
5
namespace PhpParser\Node;
6
7
/**
8
- * @property-read Stmt[] $stmts
+ * @property Stmt[]|null $stmts
9
*/
10
interface ContainsStmts extends \PhpParser\Node {
11
}
0 commit comments