Completed
Push — analysis-ADooNZ ( e86510 )
by Arnaud
05:44 queued 11s
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.