| Total Complexity | 6 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 11 | class Configurator implements ConfiguratorInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var \Xervice\Configurator\Business\Model\Step\StepCollection |
||
| 15 | */ |
||
| 16 | private $stepCollection; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Configurator constructor. |
||
| 20 | * |
||
| 21 | * @param \Xervice\Configurator\Business\Model\Step\StepCollection $stepCollection |
||
| 22 | */ |
||
| 23 | 2 | public function __construct(StepCollection $stepCollection) |
|
| 26 | 2 | } |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @param \DataProvider\StepDataDataProvider $dataProvider |
||
| 30 | * |
||
| 31 | * @return \DataProvider\StepDataDataProvider |
||
| 32 | * @throws \Xervice\Configurator\Business\Model\Exception\ConfiguratorException |
||
| 33 | */ |
||
| 34 | 2 | public function execute(StepDataDataProvider $dataProvider): StepDataDataProvider |
|
| 57 | } |
||
| 58 | } |
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