Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
10 | final class TwigTemplateGenerator implements TemplateGeneratorInterface |
||
11 | { |
||
12 | private Twig\Environment $twig; |
||
13 | |||
14 | private string $templateName; |
||
15 | |||
16 | public function __construct(Twig\Environment $twig, string $templateName) |
||
20 | } |
||
21 | |||
22 | public function generateHtml(NotifyResult $notifyResult): string |
||
32 |