Skip to content

Commit 4c7f5d9

Browse files
authored
Cs
1 parent dbc7fae commit 4c7f5d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Collector/MethodCallCollector.php

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ private function registerStaticCall(
118118
if (!$this->reflectionProvider->hasClass($class)) {
119119
return null;
120120
}
121+
121122
$classReflections = [
122123
$this->reflectionProvider->getClass($class),
123124
];

0 commit comments

Comments
 (0)