Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Jun 4, 2024
1 parent b33a23b commit b2079f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Analysers/TokenScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ protected function collect_stmts(array $stmts, string $namespace): array
$result += $this->collect_interface($stmt, $details(), $resolve);
break;
case Trait_::class:
$result += $this->collect_classlike($stmt, $details(), $resolve);
break;
case Enum_::class:
$result += $this->collect_classlike($stmt, $details(), $resolve);
break;
Expand Down

0 comments on commit b2079f3

Please sign in to comment.