Skip to content

Commit a742e51

Browse files
committed
Assignment not needed
1 parent 45a0160 commit a742e51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Node/UnreachableStatementNode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ final class UnreachableStatementNode extends Stmt implements VirtualNode
1414
public function __construct(private Stmt $originalStatement, private array $nextStatements = [])
1515
{
1616
parent::__construct($originalStatement->getAttributes());
17-
18-
$this->nextStatements = $nextStatements;
1917
}
2018

2119
public function getOriginalStatement(): Stmt

0 commit comments

Comments
 (0)