Total Complexity | 4 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class WalletAddress{ |
||
9 | /** |
||
10 | * @var string |
||
11 | */ |
||
12 | public $label; |
||
13 | /** |
||
14 | * @var string |
||
15 | */ |
||
16 | public $archived; |
||
17 | /** |
||
18 | * @var string |
||
19 | */ |
||
20 | public $xpriv; |
||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | public $xpub; |
||
25 | /** |
||
26 | * @var array |
||
27 | */ |
||
28 | public $addresslabels; |
||
29 | /** |
||
30 | * @var Cache |
||
31 | */ |
||
32 | public $cahce; |
||
33 | |||
34 | /** |
||
35 | * AccountResponse constructor. |
||
36 | * @param $params array|object |
||
37 | */ |
||
38 | |||
39 | public function __construct($params){ |
||
49 | } |
||
50 | |||
51 | public function __toString(){ |
||
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