Completed
Push — feature-assets ( 496ec5...8f86c4 )
by Arnaud
05:43 queued 03:50
created
src/Converter/Parsedown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                 } else {
61 61
                     $img = Image::make($this->config->getStaticPath().'/'.$image['element']['attributes']['src']);
62 62
                 }
63
-                $img->resize($resize, null, function ($constraint) {
63
+                $img->resize($resize, null, function($constraint) {
64 64
                     $constraint->aspectRatio();
65 65
                     $constraint->upsize();
66 66
                 });
Please login to merge, or discard this patch.