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