Passed
Push — master ( d32bcc...24df74 )
by
unknown
02:39 queued 10s
created
src/Make.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -646,7 +646,9 @@
 block discarded – undo
646 646
                             $this->dom->appChild($this->idDocAnt[$indice][$indiceIdDocant], $idDocAntEle, 'Falta tag "emiDocAnt"');
647 647
                         }
648 648
                     }
649
-                    if (count($this->idDocAnt[$indice]) > 1) $indiceIdDocant = $indiceIdDocant + 1;
649
+                    if (count($this->idDocAnt[$indice]) > 1) {
650
+                        $indiceIdDocant = $indiceIdDocant + 1;
651
+                    }
650 652
                     if (array_key_exists($indice, $this->idDocAntPap)) {
651 653
                         $this->dom->appChild($emiDocAnt, $this->idDocAnt[$indice][$indiceIdDocant], 'Falta tag "idDocAnt"');
652 654
                         foreach ($this->idDocAntPap[$indice] as $idDocAntPap) {
Please login to merge, or discard this patch.