Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class ObjectStorageClusterRepository extends AbstractRepository implements ObjectStorageClusterRepositoryInterface |
||
20 | { |
||
21 | 1 | protected function getBaseUri(): string |
|
24 | } |
||
25 | |||
26 | 1 | protected function getSupportedFields(): array |
|
34 | 1 | ]; |
|
35 | } |
||
36 | |||
37 | 1 | protected function jsonToEntity(array $json): Entity |
|
42 |