Passed
Push — master ( 7c0b30...83b5cd )
by Sebastian
02:33
created
src/Mailcode/Translator/Syntax/ApacheVelocity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         
62 62
         // All other special characters have to be escaped
63 63
         // with two backslashes. 
64
-        foreach($this->regexSpecialChars as $char)
64
+        foreach ($this->regexSpecialChars as $char)
65 65
         {
66 66
             $string = str_replace($char, '\\\\'.$char, $string);
67 67
         }
Please login to merge, or discard this patch.