Total Complexity | 5 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class PlayerCommand extends Command |
||
12 | { |
||
13 | protected static $defaultName = 'vgr-dwh:player'; |
||
14 | |||
15 | private DwhPlayerHandler $dwhPlayerHandler; |
||
16 | |||
17 | public function __construct(DwhPlayerHandler $dwhPlayerHandler) |
||
18 | { |
||
19 | $this->dwhPlayerHandler = $dwhPlayerHandler; |
||
20 | parent::__construct(); |
||
21 | } |
||
22 | |||
23 | protected function configure() |
||
32 | ); |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @param InputInterface $input |
||
37 | * @param OutputInterface $output |
||
38 | * @return int |
||
39 | * @throws Exception |
||
40 | */ |
||
41 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
53 | } |
||
54 | } |
||
55 |
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