Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored Jul 4, 2024
1 parent b04e68d commit 6c36b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Collector/MethodCallCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private function registerStaticCall(
$classReflections = $this->getReflectionsWithMethod($callerType, $methodName);
} else {
$className = $scope->resolveName($staticCall->class);

if ($this->reflectionProvider->hasClass($className)) {
$classReflections = [
$this->reflectionProvider->getClass($className),
Expand Down

0 comments on commit 6c36b5a

Please sign in to comment.