Skip to content

Commit ac17269

Browse files
committed
prep
1 parent 9616473 commit ac17269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/NodeScopeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ public function leaveNode(Node $node): ?ExistingArrayDimFetch
22402240
$hasYield = false;
22412241
$throwPoints = [];
22422242
foreach ($stmt->uses as $use) {
2243-
$this->callNodeCallback($node, $use, $scope, $storage);
2243+
$this->callNodeCallback($nodeCallback, $use, $scope, $storage);
22442244
}
22452245
$impurePoints = [];
22462246
} else {

0 commit comments

Comments
 (0)