Completed
Push — feature-assets ( f8cf8b...564f21 )
by Arnaud
01:50
created
src/Converter/Parsedown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
             if (extension_loaded('gd')) {
59 59
                 $img = Image::make($this->config->getStaticPath().'/'.$image['element']['attributes']['src'])
60
-                    ->resize($resize, null, function ($constraint) {
60
+                    ->resize($resize, null, function($constraint) {
61 61
                         $constraint->aspectRatio();
62 62
                         $constraint->upsize();
63 63
                     });
Please login to merge, or discard this patch.