Passed
Push — master ( 8119b8...50b35d )
by Tobias
01:46
created
src/WrkLst/DocxMustache/HtmlConversion.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -43,13 +43,11 @@
 block discarded – undo
43 43
             {
44 44
                 $tag_ooxml = 'u w:val="single" ';
45 45
                 $loose_formatting = "";
46
-            }
47
-            elseif($tag=="b")
46
+            } elseif($tag=="b")
48 47
             {
49 48
                 $tag_ooxml = 'b ';
50 49
                 $loose_formatting = "";
51
-            }
52
-            elseif($tag=="i")
50
+            } elseif($tag=="i")
53 51
             {
54 52
                 $tag_ooxml = 'i ';
55 53
                 $loose_formatting = "<w:i w:val=\"0\"/>";
Please login to merge, or discard this patch.