@@ -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 | /** |
@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | public static function createTwigLoader() |
25 | 25 | { |
26 | - return new FilesystemLoader([dirname(__DIR__) . '/templates']); |
|
26 | + return new FilesystemLoader([dirname(__DIR__).'/templates']); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | public function getFilters(): array |