Completed
Pull Request — master (#3453)
by
unknown
02:16
created
src/Form/Field/ImageField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
 
155 155
             // Resize image with aspect ratio
156 156
             $image = InterventionImage::make($file);
157
-            $image->resize($size['width'], $size['height'], function (Constraint $constraint) {
157
+            $image->resize($size['width'], $size['height'], function(Constraint $constraint) {
158 158
                 $constraint->aspectRatio();
159 159
             });
160 160
 
Please login to merge, or discard this patch.