Skip to content

Commit 9fef92b

Browse files
committed
Is this going to fix a bug?
1 parent 25f1cd2 commit 9fef92b

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
@@ -1015,7 +1015,7 @@ private function processStmtNode(
10151015
$nodeCallback(new ClassMethodsNode($stmt, $classStatementsGatherer->getMethods(), $classStatementsGatherer->getMethodCalls(), $classReflection), $classScope);
10161016
$nodeCallback(new ClassConstantsNode($stmt, $classStatementsGatherer->getConstants(), $classStatementsGatherer->getConstantFetches(), $classReflection), $classScope);
10171017
$classReflection->evictPrivateSymbols();
1018-
$this->calledMethodResults = [];
1018+
//$this->calledMethodResults = [];
10191019
} elseif ($stmt instanceof Node\Stmt\Property) {
10201020
$hasYield = false;
10211021
$throwPoints = [];

0 commit comments

Comments
 (0)