Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
40 | public function __construct($params){ |
||
41 | if(is_null($params)) |
||
42 | return; |
||
43 | $this->to = data_get($params,'to'); |
||
44 | $this->from = data_get($params,'from'); |
||
45 | $this->amount = data_get($params,'amount'); |
||
46 | $this->fee = data_get($params,'fee'); |
||
47 | $this->txid = data_get($params,'txid'); |
||
48 | $this->success = data_get($params,'success'); |
||
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