We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a84ef commit 307b4d5Copy full SHA for 307b4d5
1 file changed
src/Analyser/StatementExitPoint.php
@@ -10,7 +10,7 @@
10
final class StatementExitPoint
11
{
12
13
- public function __construct(private Stmt $statement, private MutatingScope $scope)
+ public function __construct(private Stmt $statement, private Scope $scope)
14
15
}
16
@@ -19,7 +19,7 @@ public function getStatement(): Stmt
19
return $this->statement;
20
21
22
- public function getScope(): MutatingScope
+ public function getScope(): Scope
23
24
return $this->scope;
25
0 commit comments