Completed
Push — master ( 561cc0...c28280 )
by Derek Stephen
02:26
created
src/Image.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
                 // deal with alpha channels
222 222
                 $this->prepWithExistingIndex($newImage, $transparency);
223 223
 
224
-            }  elseif ($this->getImageType() == IMAGETYPE_PNG) {
224
+            } elseif ($this->getImageType() == IMAGETYPE_PNG) {
225 225
 
226 226
                 // deal with alpha channels
227 227
                 $this->prepTransparentPng($newImage);
Please login to merge, or discard this patch.