Completed
Push — feature-images ( a3efc8...e32785 )
by Arnaud
25:02 queued 05:38
created
src/Assets/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
             var_dump($img->width());
122 122
             var_dump($img->height());
123 123
 
124
-            $img->resize($this->size, null, function (\Intervention\Image\Constraint $constraint) {
124
+            $img->resize($this->size, null, function(\Intervention\Image\Constraint $constraint) {
125 125
                 $constraint->aspectRatio();
126 126
                 $constraint->upsize();
127 127
             });
Please login to merge, or discard this patch.