Skip to content

Commit f2937f8

Browse files
committed
Revert "Another ForbidCheckedExceptionInCallableRule fix attempt"
This reverts commit 1588842.
1 parent bab0aa6 commit f2937f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analyser/NodeScopeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public function processStmtNodes(
402402
$result = $this->processStmtNodesInternal(
403403
$parentNode,
404404
$stmts,
405-
$scope->toMutatingScope(),
405+
$scope,
406406
$storage,
407407
$nodeCallback,
408408
$context,

0 commit comments

Comments
 (0)