Completed
Pull Request — master (#3453)
by
unknown
02:43
created
src/Form/Field/ImageField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
 
161 161
             // Resize image with aspect ratio
162 162
             $image = InterventionImage::make($file);
163
-            $image->resize($size['width'], $size['height'], function (Constraint $constraint) {
163
+            $image->resize($size['width'], $size['height'], function(Constraint $constraint) {
164 164
                 $constraint->aspectRatio();
165 165
             })->resizeCanvas($size['width'], $size['height'], 'center', false, '#ffffff');
166 166
 
Please login to merge, or discard this patch.