Skip to content

Commit a8cbd0a

Browse files
committed
Update PhpParserStmt.stub
1 parent 35818b8 commit a8cbd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/stubs/PhpParserStmt.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use PhpParser\Modifiers;
66
use PhpParser\Node;
77
use PhpParser\Node\FunctionLike;
88

9-
class Block extends Stmt {
9+
class Block extends Node\Stmt {
1010
/** @var list<Node\Stmt> Statements */
1111
public array $stmts;
1212
}

0 commit comments

Comments
 (0)