Total Complexity | 3 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class ListWebhook extends Command |
||
20 | { |
||
21 | /** |
||
22 | * @var all |
||
23 | */ |
||
24 | protected $all; |
||
25 | |||
26 | /** |
||
27 | * @var State |
||
28 | */ |
||
29 | protected $state; |
||
30 | |||
31 | /** |
||
32 | * CreateWebhook constructor. |
||
33 | * |
||
34 | * @param State $state |
||
35 | * @param All $all |
||
36 | */ |
||
37 | public function __construct( |
||
38 | State $state, |
||
39 | All $all |
||
40 | ) { |
||
41 | $this->state = $state; |
||
42 | $this->all = $all; |
||
43 | parent::__construct(); |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | protected function execute( |
||
56 | } |
||
57 | |||
58 | /** |
||
59 | * {@inheritdoc} |
||
60 | */ |
||
61 | protected function configure() |
||
68 |
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