Total Complexity | 6 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
17 | final class ConsoleProgressDisplay implements ProgressDisplay |
||
18 | { |
||
19 | 28 | public function __construct(private readonly OutputInterface $output) |
|
20 | { |
||
21 | } |
||
22 | |||
23 | 14 | public function start(): void |
|
24 | { |
||
25 | 14 | $this->display('Running... (This may take some time)'); |
|
26 | } |
||
27 | |||
28 | 14 | public function runningParser(): void |
|
31 | } |
||
32 | |||
33 | 16 | public function runningProcessor(Processor $processor): void |
|
36 | } |
||
37 | |||
38 | 14 | public function savingResult(): void |
|
41 | } |
||
42 | |||
43 | 22 | private function display(string $message): void |
|
46 | } |
||
47 | } |
||
48 |
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