Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
42 | protected function get_commands() { |
||
43 | $commands = [ |
||
44 | SystemInfoCommand::class, |
||
45 | DeletePostsCommand::class, |
||
46 | ]; |
||
47 | |||
48 | /** |
||
49 | * Filters the CLI command map. |
||
50 | * |
||
51 | * @since 6.1.0 |
||
52 | * |
||
53 | * @param \BulkWP\BulkDelete\Core\Base\BaseCommand[] List of commands. |
||
54 | */ |
||
55 | return apply_filters( 'bd_cli_commands', $commands ); |
||
56 | } |
||
67 |
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