Skip to content

Commit 10f0e35

Browse files
committed
Merge branch '1.1.x' into 1.2.x
2 parents e7fe22b + 674d785 commit 10f0e35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Rules/Deprecations/InheritanceOfDeprecatedInterfaceRule.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ public function getNodeType(): string
3232

3333
public function processNode(Node $node, Scope $scope): array
3434
{
35-
if ($node->extends === null) {
36-
return [];
37-
}
38-
3935
$interfaceName = isset($node->namespacedName)
4036
? (string) $node->namespacedName
4137
: (string) $node->name;

0 commit comments

Comments
 (0)