Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | protected function configure() |
||
25 | { |
||
26 | $this |
||
27 | ->setName('vgr-dwh:article') |
||
28 | ->setDescription('Command post article') |
||
29 | ->addArgument( |
||
30 | 'function', |
||
31 | InputArgument::REQUIRED, |
||
32 | 'Who do you want to do?' |
||
33 | ) |
||
34 | ->addOption( |
||
35 | 'date', |
||
36 | null, |
||
37 | InputOption::VALUE_OPTIONAL, |
||
38 | '' |
||
39 | ) |
||
70 |
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