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 {
2935
2935
return new ExpressionResult (
2936
2936
$ scope ,
2937
2937
$ exprResult ->hasYield (),
2938
- $ exprResult -> isAlwaysTerminating () ,
2938
+ false ,
2939
2939
$ exprResult ->getThrowPoints (),
2940
2940
$ exprResult ->getImpurePoints (),
2941
2941
static fn (): MutatingScope => $ scope ->filterByTruthyValue ($ expr ),
@@ -3142,7 +3142,7 @@ static function (): void {
3142
3142
return new ExpressionResult (
3143
3143
$ scope ,
3144
3144
$ exprResult ->hasYield (),
3145
- $ exprResult -> isAlwaysTerminating () ,
3145
+ false ,
3146
3146
$ exprResult ->getThrowPoints (),
3147
3147
$ exprResult ->getImpurePoints (),
3148
3148
static fn (): MutatingScope => $ scope ->filterByTruthyValue ($ expr ),
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments