Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class ResetCommand extends Command |
||
11 | { |
||
12 | /** @var JobManagerInterface */ |
||
13 | private $jobManager; |
||
14 | |||
15 | 1 | protected function configure(): void |
|
20 | 1 | } |
|
21 | |||
22 | 1 | public function setJobManager($jobManager) |
|
25 | 1 | } |
|
26 | |||
27 | 1 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
37 |
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