We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13631c5 commit c509fb0Copy full SHA for c509fb0
src/Support/NameResolver.php
@@ -39,6 +39,7 @@ public static function resolve($node)
39
if ($node instanceof Node\Expr\StaticCall) {
40
$name = $node->name->toString();
41
$class = $node->class->getType();
42
+
43
return [$class, "{$class}::{$name}"];
44
}
45
0 commit comments