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
@@ -99,36 +101,30 @@ protected function processPendingFibers(ExpressionResultStorage $storage): void
99
101
if ($storage->findBeforeScope($request->expr) === null) {
100
102
thrownewShouldNotHappenException(sprintf('processExprNode should have stored the beforeScope of %s on line %s', get_class($request->expr), $request->expr->getStartLine()));
101
103
}
102
-
$this->processPendingFibers($storage);
103
104
104
105
// Break and restart the loop since the array may have been modified
0 commit comments