Completed
Push — dependabot/composer/myclabs/ph... ( 9d5ce4...59e5dd )
by
unknown
01:44
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.