Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
10 | final class ConfigController |
||
11 | { |
||
12 | private DataResponseFactoryInterface $responseFactory; |
||
13 | private PanelCollection $panelCollection; |
||
14 | |||
15 | /** |
||
16 | * ConfigController constructor. |
||
17 | */ |
||
18 | public function __construct( |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @return ResponseInterface |
||
28 | */ |
||
29 | public function index(): ResponseInterface |
||
38 |