Passed
Push — resize ( baa93e...57ed34 )
by Arnaud
03:48
created
src/Assets/Asset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@
 block discarded – undo
332 332
                 throw new Exception('GD extension is required to use images resize.');
333 333
             }
334 334
             $img = ImageManager::make($this->data['source']);
335
-            $img->resize($size, null, function (\Intervention\Image\Constraint $constraint) {
335
+            $img->resize($size, null, function(\Intervention\Image\Constraint $constraint) {
336 336
                 $constraint->aspectRatio();
337 337
                 $constraint->upsize();
338 338
             });
Please login to merge, or discard this patch.