Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | final class ViewComponentLoader implements ViewComponentLoaderInterface |
||
13 | { |
||
14 | /** @var array<int, ViewComponentProviderInterface> */ |
||
15 | private array $viewComponentProviders; |
||
16 | |||
17 | /** @param array<int, ViewComponentProviderInterface> $viewComponentProviders */ |
||
18 | 2 | public function __construct( |
|
22 | } |
||
23 | |||
24 | 2 | public function registerViewComponents( |
|
44 |