Skip to content

Commit ea63923

Browse files
committed
fix cs
1 parent 93f9d73 commit ea63923

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Node/UnreachableStatementNode.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
*/
1010
final class UnreachableStatementNode extends Stmt implements VirtualNode
1111
{
12-
/**
13-
* @var Stmt[]
14-
*/
12+
13+
/** @var Stmt[] */
1514
private array $nextStatements = [];
1615

1716
public function __construct(private Stmt $originalStatement)

0 commit comments

Comments
 (0)