Completed
Push — Assets/Image ( 2eacfc...628edb )
by Arnaud
08:37 queued 05:30
created
src/Assets/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
     {
115 115
         if (!Util::getFS()->exists($this->destination)) {
116 116
             $img = ImageManager::make($this->source);
117
-            $img->resize($this->size, null, function (\Intervention\Image\Constraint $constraint) {
117
+            $img->resize($this->size, null, function(\Intervention\Image\Constraint $constraint) {
118 118
                 $constraint->aspectRatio();
119 119
                 $constraint->upsize();
120 120
             });
Please login to merge, or discard this patch.