| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | protected function configure() |
||
| 27 | { |
||
| 28 | $this |
||
| 29 | 15 | // the name of the command (the part after "bin/bluzman") |
|
| 30 | ->setName('i-need-magic') |
||
| 31 | 15 | // the short description shown while running "php bin/bluzman list" |
|
| 32 | ->setDescription('Magic is here') |
||
| 33 | // the full command description shown when running the command with |
||
| 34 | 15 | // the "--help" option |
|
| 35 | ->setHelp('This command allows you to contribute') |
||
| 36 | 15 | ; |
|
| 50 |
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