Passed
Push — master ( e44e5d...e73a1b )
by
unknown
58s queued 18s
created
src/Make.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4928,7 +4928,9 @@
 block discarded – undo
4928 4928
 
4929 4929
         $std = $this->equilizeParameters($std, $possible);
4930 4930
 
4931
-        if (empty($this->infServVinc)) $this->infServVinc = $this->dom->createElement('infServVinc');
4931
+        if (empty($this->infServVinc)) {
4932
+            $this->infServVinc = $this->dom->createElement('infServVinc');
4933
+        }
4932 4934
 
4933 4935
         $identificador = '#388 <infCTeMultimodal> - ';
4934 4936
         $infCTeMultimodal = $this->dom->createElement('infCTeMultimodal');
Please login to merge, or discard this patch.