Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function __invoke(Request $request): Response |
||
31 | { |
||
32 | /** @var ComparerInterface $comparer */ |
||
33 | $comparer = $this->comparerContext->getComparer($request); |
||
34 | |||
35 | return new Response( |
||
36 | $this->templatingEngine->render('@LocasticSyliusComparerPlugin/_comparerItemCountHeader.html.twig', [ |
||
37 | 'comparer' => $comparer, |
||
38 | ] |
||
42 |