Completed
Push — Assets/Image ( 2bb3c8...b9f49d )
by Arnaud
06:12 queued 14s
created
src/Assets/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
         // resize
89 89
         if (!Util::getFS()->exists($destination)) {
90 90
             $img = ImageManager::make($source);
91
-            $img->resize($size, null, function (\Intervention\Image\Constraint $constraint) {
91
+            $img->resize($size, null, function(\Intervention\Image\Constraint $constraint) {
92 92
                 $constraint->aspectRatio();
93 93
                 $constraint->upsize();
94 94
             });
Please login to merge, or discard this patch.