Skip to content

Commit 7c0146c

Browse files
committed
Fix excessive memory usage
1 parent fb62e5e commit 7c0146c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Analyser/NodeScopeResolver.php

-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ private function processStmtNode(
761761
$finalScope = $branchScopeStatementResult->isAlwaysTerminating() ? $finalScope : $branchScope->mergeWith($finalScope);
762762
$alwaysTerminating = $alwaysTerminating && $branchScopeStatementResult->isAlwaysTerminating();
763763
$hasYield = $hasYield || $branchScopeStatementResult->hasYield();
764-
$throwPoints = array_merge($throwPoints, $branchScopeStatementResult->getThrowPoints());
765764
}
766765
}
767766

0 commit comments

Comments
 (0)