Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 29, 2024
1 parent 59c4ca9 commit bf63085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Collectors/PublicStaticPropertyFetchCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function processNode(Node $node, Scope $scope): ?array
if ($classReflection instanceof ClassReflection && $this->classTypeDetector->isTestClass($classReflection)) {
return null;
}

$classType = $node->class instanceof Name ? $scope->resolveTypeByName($node->class) : $scope->getType($node->class);

$result = [];
Expand Down

0 comments on commit bf63085

Please sign in to comment.