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 ($storage->lookupExprAnalysisResult($expr) !== null) {
276
+
if ($storage->findExprAnalysisResult($expr) !== null) {
277
277
thrownewShouldNotHappenException(sprintf('Expr %s on line %d has already been analysed', $this->exprPrinter->printExpr($expr), $expr->getStartLine()));
0 commit comments