@@ -38,7 +38,7 @@ |
||
38 | 38 | */ |
39 | 39 | public function getOption(string $option, $default = null) |
40 | 40 | { |
41 | - return $this->environment->getConfig('renderer/' . $option, $default); |
|
41 | + return $this->environment->getConfig('renderer/'.$option, $default); |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
@@ -17,7 +17,7 @@ |
||
17 | 17 | |
18 | 18 | public static function createTwigLoader(): LoaderInterface |
19 | 19 | { |
20 | - return new FilesystemLoader([dirname(__DIR__) . '/templates']); |
|
20 | + return new FilesystemLoader([dirname(__DIR__).'/templates']); |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | public static function configureTwig(Twig $twig): void |