Total Complexity | 5 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
23 | final class TemplateSettingsFromConsoleInput |
||
24 | { |
||
25 | private Config $config; |
||
26 | |||
27 | public function __construct( |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @codeCoverageIgnore |
||
35 | */ |
||
36 | public function setOptions(Command $command): void |
||
44 | ) |
||
45 | ; |
||
46 | } |
||
47 | |||
48 | /** |
||
49 | * @throws InspectorSettingsException |
||
50 | */ |
||
51 | public function createSettings(InputInterface $input): TemplateSettings |
||
66 |
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