Skip to content

Commit

Permalink
Merge branch '1.1.x' into 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 8, 2024
2 parents e7fe22b + 674d785 commit 10f0e35
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ public function getNodeType(): string

public function processNode(Node $node, Scope $scope): array
{
if ($node->extends === null) {
return [];
}

$interfaceName = isset($node->namespacedName)
? (string) $node->namespacedName
: (string) $node->name;
Expand Down

0 comments on commit 10f0e35

Please sign in to comment.