Total Complexity | 5 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 80% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class ReportUuidResult extends AbstractResult |
||
11 | { |
||
12 | /** @var array[] */ |
||
13 | private $items; |
||
14 | |||
15 | 2 | public function __construct(stdClass $data) |
|
28 | ]; |
||
29 | } |
||
30 | 2 | } |
|
31 | |||
32 | /** |
||
33 | * The returned array contains an array with keys date (string) and uuid (string) |
||
34 | * |
||
35 | * @return array[] |
||
36 | */ |
||
37 | 2 | public function items(): array |
|
40 | } |
||
41 | |||
42 | public function error(): string |
||
47 |