Skip to content

Commit 307b4d5

Browse files
authored
Discard changes to src/Analyser/StatementExitPoint.php
1 parent 04a84ef commit 307b4d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Analyser/StatementExitPoint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class StatementExitPoint
1111
{
1212

13-
public function __construct(private Stmt $statement, private MutatingScope $scope)
13+
public function __construct(private Stmt $statement, private Scope $scope)
1414
{
1515
}
1616

@@ -19,7 +19,7 @@ public function getStatement(): Stmt
1919
return $this->statement;
2020
}
2121

22-
public function getScope(): MutatingScope
22+
public function getScope(): Scope
2323
{
2424
return $this->scope;
2525
}

0 commit comments

Comments
 (0)