Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
11 | final class CommonViewInjection implements CommonParametersInjectionInterface |
||
12 | { |
||
13 | public function __construct( |
||
14 | 3 | private ApplicationParameters $applicationParameters, |
|
15 | private UrlGeneratorInterface $urlGenerator, |
||
16 | ) { |
||
17 | 3 | } |
|
18 | |||
19 | public function getCommonParameters(): array |
||
24 | ]; |
||
25 | } |
||
27 |