Passed
Push — master ( 5aa9a6...90bef3 )
by Sebastian
02:25
created
src/Mailcode/Parser/Safeguard/Restorer.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -74,12 +74,10 @@
 block discarded – undo
74 74
         if($this->highlighted)
75 75
         {
76 76
             $replace = $this->processPlaceholder_highlighted($placeholder, $needle);
77
-        }
78
-        else if($this->normalize)
77
+        } else if($this->normalize)
79 78
         {
80 79
             $replace = $placeholder->getNormalizedText();
81
-        }
82
-        else
80
+        } else
83 81
         {
84 82
             $replace = $placeholder->getOriginalText();
85 83
         }
Please login to merge, or discard this patch.