Passed
Push — master ( 43311e...19eae0 )
by Florian
04:43
created
src/Extension/EncoreEmailTwigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
         $source = '';
45 45
         foreach ($files as $file) {
46
-            $source .= file_get_contents($this->publicDir.'/'.$file);
46
+            $source .= file_get_contents($this->publicDir . '/' . $file);
47 47
         }
48 48
 
49 49
         return $source;
Please login to merge, or discard this patch.