Conditions | 2 |
Paths | 2 |
Total Lines | 10 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
39 | public function __construct($params){ |
||
40 | //echo Json::encode($params); |
||
41 | if(is_null($params)) |
||
42 | return; |
||
43 | $this->label = data_get($params,'label'); |
||
44 | $this->archived = data_get($params,'archived'); |
||
45 | $this->xpriv = data_get($params,'xpriv'); |
||
46 | $this->xpub = data_get($params,'xpub'); |
||
47 | $this->addresslabels = data_get($params,'addresslabels',array()); |
||
48 | $this->cahce = new Cache(data_get($params,'cache')); |
||
49 | } |
||
61 |
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