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 45a0160 commit a742e51Copy full SHA for a742e51
src/Node/UnreachableStatementNode.php
@@ -14,8 +14,6 @@ final class UnreachableStatementNode extends Stmt implements VirtualNode
14
public function __construct(private Stmt $originalStatement, private array $nextStatements = [])
15
{
16
parent::__construct($originalStatement->getAttributes());
17
-
18
- $this->nextStatements = $nextStatements;
19
}
20
21
public function getOriginalStatement(): Stmt
0 commit comments