Total Complexity | 6 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Coverage | 86.67% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class ServiceProvider extends BaseServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Register the service provider. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | 32 | public function register() |
|
21 | ); |
||
22 | 32 | } |
|
23 | |||
24 | /** |
||
25 | * Boot the service provider. |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | 32 | public function boot() |
|
30 | { |
||
31 | 32 | $this->setupConfig($this->app); |
|
32 | 32 | } |
|
33 | |||
34 | 32 | private function setupConfig($app) |
|
45 | 32 | } |
|
46 | } |
||
47 |
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