Passed
Push — analysis-nNLvyA ( b96065 )
by Arnaud
20:29 queued 15s
created
src/Assets/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
             // creates an image object
84 84
             try {
85 85
                 $img = ImageManager::make($source);
86
-                $img->resize($this->size, null, function (\Intervention\Image\Constraint $constraint) {
86
+                $img->resize($this->size, null, function(\Intervention\Image\Constraint $constraint) {
87 87
                     $constraint->aspectRatio();
88 88
                     $constraint->upsize();
89 89
                 });
Please login to merge, or discard this patch.