Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
8 | final class ZImportKey implements Command |
||
9 | { |
||
10 | private const METHOD = 'z_importkey'; |
||
11 | private $zkey; |
||
12 | private $rescan; |
||
13 | private $startHeight; |
||
14 | |||
15 | 3 | public function __construct(string $zkey, ?Rescan $rescan, int $startHeight = 0) |
|
20 | 3 | } |
|
21 | |||
22 | 3 | public function jsonSerialize(): object |
|
32 |