Skip to content

Commit 8b7c1aa

Browse files
committed
Remove unreachable statement
1 parent b01f06e commit 8b7c1aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Rules/Drupal/LoadIncludes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,5 @@ public function processNode(Node $node, Scope $scope): array
9999
} catch (\Throwable $e) {
100100
return [sprintf('A file could not be loaded from %s::loadInclude', $type->getClassName())];
101101
}
102-
103-
return [];
104102
}
105103
}

0 commit comments

Comments
 (0)