Completed
Push — feature-assets ( 7e7631...ec20d4 )
by Arnaud
09:14 queued 07:14
created
src/Converter/Parsedown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         Util::getFS()->mkdir($this->config->getOutputPath().'/assets');
55 55
 
56 56
         Image::make($this->config->getStaticPath().'/'.$image['element']['attributes']['src'])
57
-            ->resize($resize, null, function ($constraint) {
57
+            ->resize($resize, null, function($constraint) {
58 58
                 $constraint->aspectRatio();
59 59
                 $constraint->upsize();
60 60
             })
Please login to merge, or discard this patch.