| Total Complexity | 7 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Coverage | 83.33% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class QueryBuilderServiceProvider extends ServiceProvider |
||
| 13 | { |
||
| 14 | 42 | public function boot(): void |
|
| 27 | 42 | } |
|
| 28 | |||
| 29 | 42 | public function register(): void |
|
| 32 | 42 | } |
|
| 33 | |||
| 34 | 42 | protected function getConfigPath(): string |
|
| 35 | { |
||
| 36 | 42 | return __DIR__ . '/../config/query-builder.php'; |
|
| 37 | } |
||
| 38 | |||
| 39 | 42 | protected function registerConfig(): void |
|
| 46 | 42 | } |
|
| 47 | } |
||
| 48 |
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