Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 75% |
Changes | 0 |
1 | <?php |
||
11 | class KernelFacade extends AbstractFacade |
||
12 | { |
||
13 | 1 | public function boot(): void |
|
16 | 1 | } |
|
17 | |||
18 | 1 | public function run(): void |
|
21 | 1 | } |
|
22 | |||
23 | /** |
||
24 | * @param string $serviceName |
||
25 | * |
||
26 | * @return \Xervice\Kernel\Business\Model\Service\ClearServiceInterface |
||
27 | */ |
||
28 | public function getService(string $serviceName): ClearServiceInterface |
||
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