Completed
Push — feature-assets ( b4532e...7772b3 )
by Arnaud
01:55
created
src/Converter/Parsedown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
             }
72 72
             // save thumb file
73 73
             $img = Image::make($this->config->getStaticPath().'/'.$image['element']['attributes']['src']);
74
-            $img->resize($resize, null, function ($constraint) {
74
+            $img->resize($resize, null, function($constraint) {
75 75
                 $constraint->aspectRatio();
76 76
                 $constraint->upsize();
77 77
             });
Please login to merge, or discard this patch.