Skip to content

Commit 9d81092

Browse files
committed
revert useless change
1 parent c15b9a2 commit 9d81092

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
@@ -1965,7 +1965,7 @@ static function (Node $node, Scope $scope) use ($nodeCallback): void {
19651965
continue;
19661966
}
19671967

1968-
$scope = $scope->assignVariable($var->name, $scope->getType($var), new MixedType(), TrinaryLogic::createYes());
1968+
$scope = $scope->assignVariable($var->name, new MixedType(), new MixedType(), TrinaryLogic::createYes());
19691969
$vars[] = $var->name;
19701970
}
19711971
$scope = $this->processVarAnnotation($scope, $vars, $stmt);

0 commit comments

Comments
 (0)