| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class RepositoryProvider extends ServiceProvider |
||
| 16 | { |
||
| 17 | private const REPOSITORIES = [ |
||
| 18 | User::class => UserRepository::class, |
||
| 19 | Post::class => PostRepository::class, |
||
| 20 | ]; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @psalm-suppress InaccessibleMethod |
||
| 24 | */ |
||
| 25 | public function register(Container $container): void |
||
| 33 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths