@@ -30,7 +30,7 @@ |
||
30 | 30 | ContainerInterface $container, |
31 | 31 | TemplateFinderInterface $finder, |
32 | 32 | LoggerInterface $logger = null |
33 | - ){ |
|
33 | + ) { |
|
34 | 34 | // We don't inject the HandlebarsEngine directly as it depends on the |
35 | 35 | // template locator (via the loader) which might be a cached one. |
36 | 36 | // The cached template locator is available once the TemplatePathsCacheWarmer |