Completed
Push — feature-assets ( 8f86c4...2843cc )
by Arnaud
01:56
created
src/Converter/Parsedown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
                 }
78 78
                 // save thumb file
79 79
                 $img = Image::make($this->config->getStaticPath().'/'.$image['element']['attributes']['src']);
80
-                $img->resize($resize, null, function ($constraint) {
80
+                $img->resize($resize, null, function($constraint) {
81 81
                     $constraint->aspectRatio();
82 82
                     $constraint->upsize();
83 83
                 });
Please login to merge, or discard this patch.