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