Passed
Push — master ( 308425...218d64 )
by Tobias
02:46
created
src/WrkLst/DocxMustache/DocImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 
63 63
         $h = null;
64 64
 
65
-        $img_rework->resize($w, $h, function ($constraint) {
65
+        $img_rework->resize($w, $h, function($constraint) {
66 66
             $constraint->aspectRatio();
67 67
             $constraint->upsize();
68 68
         });
Please login to merge, or discard this patch.