Total Complexity | 5 |
Total Lines | 95 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class SetupCommand extends BaseCommand |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * The name and signature of the console command. |
||
19 | * |
||
20 | * @var string |
||
21 | */ |
||
22 | protected $signature = 'carrot-mq:setup {--force}'; |
||
23 | |||
24 | /** |
||
25 | * The console command description. |
||
26 | * |
||
27 | * @var string |
||
28 | */ |
||
29 | protected $description = 'Create all queues and topics'; |
||
30 | |||
31 | /** |
||
32 | * @return int |
||
33 | * |
||
34 | * @throws \Exception |
||
35 | */ |
||
36 | protected function handleInternal() |
||
112 |
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