Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
14 | class ConfiguratorFacade extends AbstractFacade |
||
15 | { |
||
16 | /** |
||
17 | * @param \Xervice\Configurator\Business\Model\Step\StepCollection $stepCollection |
||
18 | * @param \DataProvider\StepDataDataProvider $dataProvider |
||
19 | * |
||
20 | * @return \DataProvider\StepDataDataProvider |
||
21 | * @throws \Xervice\Configurator\Business\Model\Exception\ConfiguratorException |
||
22 | */ |
||
23 | 2 | public function runConfigurator( |
|
28 | } |
||
29 | } |
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