Skip to content

Commit c509fb0

Browse files
patinthehatactions-user
authored andcommitted
Fix styling
1 parent 13631c5 commit c509fb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Support/NameResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public static function resolve($node)
3939
if ($node instanceof Node\Expr\StaticCall) {
4040
$name = $node->name->toString();
4141
$class = $node->class->getType();
42+
4243
return [$class, "{$class}::{$name}"];
4344
}
4445

0 commit comments

Comments
 (0)