Passed
Push — master ( b3ded7...06432c )
by Tobias
02:37
created
src/WrkLst/DocxMustache/DocImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             $w = null;
53 53
         }
54 54
 
55
-        $img_rework->resize($w, $h, function ($constraint) {
55
+        $img_rework->resize($w, $h, function($constraint) {
56 56
             $constraint->aspectRatio();
57 57
             $constraint->upsize();
58 58
         });
Please login to merge, or discard this patch.