Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class ImportModuleCommand extends ContainerAwareCommand |
||
13 | { |
||
14 | protected function configure() |
||
15 | { |
||
16 | $this |
||
17 | ->setName('ribsadmin:import-module') |
||
18 | ->setDescription('Import a module in ribs admin') |
||
19 | /*->addArgument( |
||
20 | 'name', |
||
21 | InputArgument::OPTIONAL, |
||
22 | 'Who do you want to greet?' |
||
23 | ) |
||
24 | ->addOption( |
||
25 | 'yell', |
||
26 | null, |
||
27 | InputOption::VALUE_NONE, |
||
28 | 'If set, the task will yell in uppercase letters' |
||
29 | )*/ |
||
30 | ; |
||
31 | } |
||
32 | |||
33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
47 | } |
||
48 | } |
||
49 |
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