Skip to content

Commit c64dfba

Browse files
committed
Discard changes to src/Analyser/StatementResult.php
1 parent 8f6e62b commit c64dfba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Analyser/StatementResult.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class StatementResult
1818
* @param EndStatementResult[] $endStatements
1919
*/
2020
public function __construct(
21-
private MutatingScope $scope,
21+
private Scope $scope,
2222
private bool $hasYield,
2323
private bool $isAlwaysTerminating,
2424
private array $exitPoints,
@@ -29,7 +29,7 @@ public function __construct(
2929
{
3030
}
3131

32-
public function getScope(): MutatingScope
32+
public function getScope(): Scope
3333
{
3434
return $this->scope;
3535
}

0 commit comments

Comments
 (0)