Total Complexity | 5 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 88.89% |
Changes | 0 |
1 | <?php |
||
14 | class CsFixerServiceProvider extends ServiceProvider |
||
15 | { |
||
16 | /** |
||
17 | * Bootstrap the application services. |
||
18 | */ |
||
19 | 1 | public function boot(): void |
|
20 | { |
||
21 | // |
||
22 | 1 | } |
|
23 | |||
24 | /** |
||
25 | * Register the application services. |
||
26 | */ |
||
27 | 1 | public function register(): void |
|
41 | 1 | } |
|
42 | |||
43 | /** |
||
44 | * @return void |
||
45 | */ |
||
46 | 1 | protected function setupConfig(): void |
|
57 |
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