Passed
Push — markdown-responsive ( 66d0bb...dea121 )
by Arnaud
09:36 queued 05:00
created
src/Assets/Asset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@
 block discarded – undo
334 334
 
335 335
             try {
336 336
                 $img = ImageManager::make($this->data['source']);
337
-                $img->resize($size, null, function (\Intervention\Image\Constraint $constraint) {
337
+                $img->resize($size, null, function(\Intervention\Image\Constraint $constraint) {
338 338
                     $constraint->aspectRatio();
339 339
                     $constraint->upsize();
340 340
                 });
Please login to merge, or discard this patch.