Skip to content

Commit

Permalink
add typical Laravel collected services
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 26, 2023
1 parent 24f6d1c commit 7252789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Filtering/PossiblyUnusedClassesFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ final class PossiblyUnusedClassesFilter
'PHPStan\Command\ErrorFormatter\ErrorFormatter',
// laravel
'Illuminate\Support\ServiceProvider',
'Illuminate\Foundation\Http\Kernel',
'Illuminate\Contracts\Console\Kernel',
'Illuminate\Routing\Controller',
];

/**
Expand Down

0 comments on commit 7252789

Please sign in to comment.