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 35818b8 commit a8cbd0aCopy full SHA for a8cbd0a
build/stubs/PhpParserStmt.stub
@@ -6,7 +6,7 @@ use PhpParser\Modifiers;
6
use PhpParser\Node;
7
use PhpParser\Node\FunctionLike;
8
9
-class Block extends Stmt {
+class Block extends Node\Stmt {
10
/** @var list<Node\Stmt> Statements */
11
public array $stmts;
12
}
0 commit comments