Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class RenderHeaderTemplateAction |
||
14 | { |
||
15 | /** |
||
16 | * @var EngineInterface |
||
17 | */ |
||
18 | private $templatingEngine; |
||
19 | /** |
||
20 | * @var ComparerContextInterface |
||
21 | */ |
||
22 | private $comparerContext; |
||
23 | |||
24 | public function __construct(EngineInterface $templatingEngine, ComparerContextInterface $comparerContext) |
||
28 | } |
||
29 | |||
30 | public function __invoke(Request $request): Response |
||
42 |