Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | final class GetTraceSettingsFromConsoleInput |
||
22 | { |
||
23 | /** |
||
24 | * @codeCoverageIgnore |
||
25 | */ |
||
26 | public function setOptions(Command $command): void |
||
34 | ) |
||
35 | ; |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param InputInterface $input |
||
40 | * @return GetTraceSettings |
||
41 | * @throws InspectorSettingsException |
||
42 | */ |
||
43 | public function createSettings(InputInterface $input): GetTraceSettings |
||
56 |
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