Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Aug 14, 2024
1 parent 409f0d0 commit c252e9f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ClassScanner/ClassMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ public function getClasses(): array
return \array_keys($this->classesToAttributes);
}

public function getFileToClassMap(): array
{
return $this->filesToClass;
}

public function getFiles(): array
{
return \array_keys($this->filesToClass);
Expand Down

0 comments on commit c252e9f

Please sign in to comment.