Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | final class Slick implements EngineExtensionInterface |
||
25 | { |
||
26 | |||
27 | use TwigEngineMethods; |
||
28 | |||
29 | public function __construct(private readonly SlickApp $app) |
||
31 | } |
||
32 | |||
33 | protected string $twigExtensionName = TwigSlickExtension::class; |
||
34 | |||
35 | public function update(TemplateEngineInterface $engine): void |
||
44 |