Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | abstract class BaseCommand extends Command |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * @var CarrotMQ |
||
19 | */ |
||
20 | protected $carrot; |
||
21 | |||
22 | /** |
||
23 | * Constructor. |
||
24 | * |
||
25 | * @param CarrotMQ $carrot |
||
26 | */ |
||
27 | public function __construct(CarrotMQ $carrot) |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * Execute the console command. |
||
36 | * |
||
37 | * @return integer |
||
38 | */ |
||
39 | public function handle() |
||
49 | } |
||
50 | |||
51 | /** |
||
52 | * @return integer |
||
53 | */ |
||
54 | abstract protected function handleInternal(); |
||
55 | |||
57 |
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