Conditions | 2 |
Paths | 2 |
Total Lines | 13 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
51 | public function __construct($params){ |
||
52 | //echo Json::encode($params); |
||
53 | if(is_null($params)) |
||
54 | return; |
||
55 | $this->balance = data_get($params,'balance'); |
||
56 | $this->label = data_get($params,'label'); |
||
57 | $this->index = data_get($params,'index'); |
||
58 | $this->archived = data_get($params,'archived'); |
||
59 | $this->extendedPublicKey = data_get($params,'extendedPublicKey'); |
||
60 | $this->extendedPrivateKey = data_get($params,'extendedPrivateKey'); |
||
61 | $this->receiveIndex = data_get($params,'receiveIndex'); |
||
62 | $this->lastUsedReceiveIndex = data_get($params,'lastUsedReceiveIndex'); |
||
63 | $this->receiveAddress = data_get($params,'receiveAddress'); |
||
64 | } |
||
76 |
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