File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2935,7 +2935,7 @@ static function (): void {
29352935 return new ExpressionResult (
29362936 $ scope ,
29372937 $ exprResult ->hasYield (),
2938- $ exprResult -> isAlwaysTerminating () ,
2938+ false ,
29392939 $ exprResult ->getThrowPoints (),
29402940 $ exprResult ->getImpurePoints (),
29412941 static fn (): MutatingScope => $ scope ->filterByTruthyValue ($ expr ),
@@ -3142,7 +3142,7 @@ static function (): void {
31423142 return new ExpressionResult (
31433143 $ scope ,
31443144 $ exprResult ->hasYield (),
3145- $ exprResult -> isAlwaysTerminating () ,
3145+ false ,
31463146 $ exprResult ->getThrowPoints (),
31473147 $ exprResult ->getImpurePoints (),
31483148 static fn (): MutatingScope => $ scope ->filterByTruthyValue ($ expr ),
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments