Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | abstract class ApplicationCommand extends Command { |
||
18 | /** |
||
19 | * @var Container |
||
20 | */ |
||
21 | protected $container; |
||
22 | |||
23 | /** |
||
24 | * @var Logger |
||
25 | */ |
||
26 | protected $log; |
||
27 | |||
28 | /** |
||
29 | * @var BackupTools |
||
30 | */ |
||
31 | protected $tools; |
||
32 | |||
33 | /** |
||
34 | * ApplicationCommand constructor. |
||
35 | * |
||
36 | * @param null|string $name |
||
37 | * @param Container $container |
||
38 | */ |
||
39 | public function __construct( $name, Container $container ) { |
||
54 | } |
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