Test Setup Failed
Push — master ( 4139e4...183892 )
by
unknown
01:21
created
src/MakeCTe.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -5324,14 +5324,14 @@
 block discarded – undo
5324 5324
                 "$identificador Valor do IBS de competência do Município (vIBSMun)"
5325 5325
             );
5326 5326
             $gIBSCBS->appendChild($gIBSMun);
5327
-           $identificador = "UB12 <IBSCBS/gIBSCBS> -";
5328
-           $this->dom->addChild(
5329
-               $gIBSCBS,
5330
-               "vIBS",
5331
-               $this->conditionalNumberFormatting($std->vIBS),
5332
-               true,
5333
-               "$identificador Valor do Total do IBS"
5334
-           );
5327
+            $identificador = "UB12 <IBSCBS/gIBSCBS> -";
5328
+            $this->dom->addChild(
5329
+                $gIBSCBS,
5330
+                "vIBS",
5331
+                $this->conditionalNumberFormatting($std->vIBS),
5332
+                true,
5333
+                "$identificador Valor do Total do IBS"
5334
+            );
5335 5335
             //gripo de Informações da CBS
5336 5336
             $identificador = "UB12 <IBSCBS/gIBSCBS/gCBS> -";
5337 5337
             $gCBS = $this->dom->createElement("gCBS");
Please login to merge, or discard this patch.