We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb62e5e commit 7c0146cCopy full SHA for 7c0146c
src/Analyser/NodeScopeResolver.php
@@ -761,7 +761,6 @@ private function processStmtNode(
761
$finalScope = $branchScopeStatementResult->isAlwaysTerminating() ? $finalScope : $branchScope->mergeWith($finalScope);
762
$alwaysTerminating = $alwaysTerminating && $branchScopeStatementResult->isAlwaysTerminating();
763
$hasYield = $hasYield || $branchScopeStatementResult->hasYield();
764
- $throwPoints = array_merge($throwPoints, $branchScopeStatementResult->getThrowPoints());
765
}
766
767
0 commit comments