Total Complexity | 4 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Coverage | 95% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | final class RefreshSameCommand implements CommandInterface |
||
15 | { |
||
16 | public function __construct( |
||
20 | 13 | } |
|
21 | 13 | ||
22 | /** |
||
23 | 8 | * @return void |
|
24 | */ |
||
25 | 8 | #[\Override] |
|
41 | } |
||
42 | 7 | } |
|
43 | |||
44 | /** |
||
45 | * @return array<string, mixed> |
||
46 | * |
||
47 | 8 | * @throws ReflectionException |
|
48 | */ |
||
49 | 8 | private function getQuery(ResourceObject $ro): array |
|
54 |