Test Setup Failed
Branch master (0a264e)
by compolom
04:16 queued 02:30
created
examples/crop/crop.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 {
14 14
         $obj = new Image($args['image'], Image::GD); // Image::IMAGICK
15 15
     return '<img src="data:image/png;base64,' . $obj->crop((int) $args['width'], (int) $args['height'], (int) $args['x'], (int) $args['y'])->getBase64() . '" alt="base64_image" />'
16
-        . '<div>input w h x y = ' . implode(' | ',  [$args['width'], $args['height'], $args['x'], $args['y']]) . '</div>';
16
+        . '<div>input w h x y = ' . implode(' | ', [$args['width'], $args['height'], $args['x'], $args['y']]) . '</div>';
17 17
 }
18 18
 
19 19
 echo out_base64($_REQUEST);
Please login to merge, or discard this patch.