Completed
Push — master ( 29802b...e46319 )
by Martin
17:22
created
src/CommonMarkTwigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.