Skip to content

Commit 1547053

Browse files
committed
Update MutatingScope.php
1 parent 3c9c825 commit 1547053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4418,7 +4418,7 @@ private function preserveResolvedTypes(array $changedExpressions): array
44184418
$exprExpr = $exprTypeHolder->getExpr();
44194419

44204420
foreach ($changedExpressions as $exprStringToInvalidate => $expressionToInvalidate) {
4421-
if (!$this->shouldInvalidateExpression($exprStringToInvalidate, $expressionToInvalidate, $exprExpr, true)) {
4421+
if (!$this->shouldInvalidateExpression($exprStringToInvalidate, $expressionToInvalidate, $exprExpr)) {
44224422
continue;
44234423
}
44244424

0 commit comments

Comments
 (0)