Completed
Push — master ( 19eae0...af0e0d )
by Florian
13s queued 11s
created
src/Extension/EncoreEmailTwigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 $file = substr($file, strlen('https://localhost:8080/'));
50 50
             }
51 51
 
52
-            $source .= file_get_contents($this->publicDir.'/'.$file);
52
+            $source .= file_get_contents($this->publicDir . '/' . $file);
53 53
         }
54 54
 
55 55
         return $source;
Please login to merge, or discard this patch.