Skip to content

Commit

Permalink
Suppressing UnusedClass check
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Sep 12, 2024
1 parent 3bb803e commit e490265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/_files/modules-path/with-subdir/Qux/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Laminas\ModuleManager\ModuleManagerInterface;
use stdClass;

/** @psalm-suppress UnusedClass */
class Module implements InitProviderInterface
{
public function getConfig(): array
Expand Down

0 comments on commit e490265

Please sign in to comment.