Passed
Push — master ( c91b0f...d80b14 )
by Tobias
02:22 queued 40s
created
src/WrkLst/DocxMustache/HtmlConversion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
             $value_array[] = $tag_open_values[0];
42 42
             $value_array[] = '</w:t></w:r>';
43 43
 
44
-            if ($tag=="u") {
44
+            if ($tag == "u") {
45 45
                 $tag_ooxml = 'u w:val="single" ';
46 46
                 $loose_formatting = '';
47 47
             } elseif ($tag == "b" || $tag == "strong") {
Please login to merge, or discard this patch.