Completed
Push — master ( 414557...1a28e9 )
by Derek Stephen
03:25
created
src/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     {
215 215
         $newImage = imagecreatetruecolor($width, $height);
216 216
 
217
-        if (($this->getImageType() == IMAGETYPE_GIF) || ($this->getImageType()  == IMAGETYPE_PNG)) {
217
+        if (($this->getImageType() == IMAGETYPE_GIF) || ($this->getImageType() == IMAGETYPE_PNG)) {
218 218
 
219 219
             // Get transparency color's index number
220 220
             $transparency = imagecolortransparent($this->image);
Please login to merge, or discard this patch.