Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class ConfigApiController |
||
9 | { |
||
10 | /** |
||
11 | * @param string $key |
||
12 | * @return JsonResponse |
||
13 | */ |
||
14 | public function getByGroup(string $key, ConfigManager $manager): JsonResponse |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * @param string $key |
||
21 | * @return JsonResponse |
||
22 | */ |
||
23 | public function getByKey(string $key, ConfigManager $manager): JsonResponse |
||
28 |