Passed
Push — master ( d3f706...95ff55 )
by Sebastian
08:48
created
src/ImageHelper/ImageTrimmer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,8 +148,7 @@
 block discarded – undo
148 148
             );
149 149
 
150 150
             imagecolortransparent($im2, $bg2);
151
-        }
152
-        else
151
+        } else
153 152
         {
154 153
             $bg2 = imagecolorallocate(
155 154
                 $im2,
Please login to merge, or discard this patch.