Passed
Push — fix-memory ( 9309cb )
by Arnaud
08:05 queued 02:21
created
src/Assets/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         // image object
95 95
         try {
96 96
             $img = ImageManager::make($this->source);
97
-            $img->resize($this->size, null, function (\Intervention\Image\Constraint $constraint) {
97
+            $img->resize($this->size, null, function(\Intervention\Image\Constraint $constraint) {
98 98
                 $constraint->aspectRatio();
99 99
                 $constraint->upsize();
100 100
             });
Please login to merge, or discard this patch.