Passed
Push — master ( 606919...d35033 )
by Maja
07:18 queued 23s
created
core/UserAPI.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -549,7 +549,7 @@
 block discarded – undo
549 549
             if (count($logoAttribute) == 0) {
550 550
                 return(NULL);
551 551
             }
552
-            $this->loggerInstance->debug(4,"RESIZE:$width:$height\n");
552
+            $this->loggerInstance->debug(4, "RESIZE:$width:$height\n");
553 553
             $meta = $this->processImage($logoAttribute[0]['value'], $logoFile, $width, $height, $resize);
554 554
             $filetype = $meta['filetype'];
555 555
             $expiresString = $meta['expires'];
Please login to merge, or discard this patch.