We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6e62b commit c64dfbaCopy full SHA for c64dfba
src/Analyser/StatementResult.php
@@ -18,7 +18,7 @@ final class StatementResult
18
* @param EndStatementResult[] $endStatements
19
*/
20
public function __construct(
21
- private MutatingScope $scope,
+ private Scope $scope,
22
private bool $hasYield,
23
private bool $isAlwaysTerminating,
24
private array $exitPoints,
@@ -29,7 +29,7 @@ public function __construct(
29
{
30
}
31
32
- public function getScope(): MutatingScope
+ public function getScope(): Scope
33
34
return $this->scope;
35
0 commit comments