Test Setup Failed
Push — master ( 4139e4...183892 )
by
unknown
01:21
created
src/Factories/QRCode.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
      */
30 30
     public static function putQRTag(
31 31
         \DOMDocument $dom,
32
-         $certificate,
33
-         $url = ''
32
+            $certificate,
33
+            $url = ''
34 34
     )
35 35
     {
36 36
         $mod = $dom->getElementsByTagName('mod')->item(0)->nodeValue;
Please login to merge, or discard this patch.
src/MakeCTeOS.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2379,9 +2379,9 @@
 block discarded – undo
2379 2379
         return Strings::equilizeParameters($std, $possible, $this->replaceAccentedChars);
2380 2380
     }
2381 2381
 
2382
-     /**
2383
-     * Calcula hash sha1 retornando Base64Binary
2384
-     */
2382
+        /**
2383
+         * Calcula hash sha1 retornando Base64Binary
2384
+         */
2385 2385
     protected function hashCSRT(string $CSRT): string
2386 2386
     {
2387 2387
         $comb = $CSRT . $this->chCTe;
Please login to merge, or discard this patch.
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.