You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$this->shouldInvalidateExpression($exprStringToInvalidate, $expressionToInvalidate, $exprExpr, $requireMoreCharacters)) {
3458
+
if (!$this->shouldInvalidateExpression($exprStringToInvalidate, $expressionToInvalidate, $exprExpr, $exprString, $requireMoreCharacters)) {
3459
3459
continue;
3460
3460
}
3461
3461
@@ -3469,14 +3469,15 @@ public function invalidateExpression(Expr $expressionToInvalidate, bool $require
3469
3469
if (count($holders) === 0) {
3470
3470
continue;
3471
3471
}
3472
-
if ($this->shouldInvalidateExpression($exprStringToInvalidate, $expressionToInvalidate, $holders[array_key_first($holders)]->getTypeHolder()->getExpr())) {
0 commit comments