Passed
Push — fix-images ( 116e93 )
by Arnaud
05:53
created
src/Assets/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
         try {
91 91
             ini_set('memory_limit', '512M');
92 92
             $img = ImageManager::make($this->source);
93
-            $img->resize($this->size, null, function (\Intervention\Image\Constraint $constraint) {
93
+            $img->resize($this->size, null, function(\Intervention\Image\Constraint $constraint) {
94 94
                 $constraint->aspectRatio();
95 95
                 $constraint->upsize();
96 96
             });
Please login to merge, or discard this patch.