Passed
Push — master ( 736dd7...308425 )
by Tobias
15:37
created
src/WrkLst/DocxMustache/DocImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 
70 70
         $h = null;
71 71
 
72
-        $img_rework->resize($w*2.222, $h*2.222, function ($constraint) {
72
+        $img_rework->resize($w * 2.222, $h * 2.222, function($constraint) {
73 73
             $constraint->aspectRatio();
74 74
             $constraint->upsize();
75 75
         });
Please login to merge, or discard this patch.