Passed
Push — master ( 40ca60...430c98 )
by Sebastian
02:56
created
src/Mailcode/Parser/Safeguard/Formatter/HTMLHighlighting/Location.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,8 +119,7 @@
 block discarded – undo
119 119
             if($closing)
120 120
             {
121 121
                 array_pop($stack);
122
-            }
123
-            else
122
+            } else
124 123
             {
125 124
                 $stack[] = $tagName;
126 125
             }
Please login to merge, or discard this patch.
src/Mailcode/Parser/Safeguard.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -282,17 +282,14 @@
 block discarded – undo
282 282
                 {
283 283
                     $replaces[$formattedNeedle] = $placeholder->getHighlightedText();
284 284
                     $replace = $placeholder->getNormalizedText();
285
-                }
286
-                else
285
+                } else
287 286
                 {
288 287
                     $replace = $placeholder->getHighlightedText();
289 288
                 }
290
-            }
291
-            else if($normalize)
289
+            } else if($normalize)
292 290
             {
293 291
                 $replace = $placeholder->getNormalizedText();
294
-            }
295
-            else
292
+            } else
296 293
             {
297 294
                 $replace = $placeholder->getOriginalText();
298 295
             }
Please login to merge, or discard this patch.