Passed
Push — master ( 0aa605...eac7fa )
by Tobias
05:46
created
src/WrkLst/DocxMustache/DocxMustache.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -341,8 +341,7 @@
 block discarded – undo
341 341
             } else {
342 342
                 throw new Exception('Cannot generate xml for word/document.xml.');
343 343
             }
344
-        }
345
-        else
344
+        } else
346 345
         {
347 346
             $xmlerror = '';
348 347
             foreach (libxml_get_errors() as $error) {
Please login to merge, or discard this patch.