Completed
Push — master ( 8ba77e...dd77fa )
by
unknown
06:37 queued 01:22
created
src/Tools.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
             . ((strlen($this->config->cnpj)==14) ? 
380 380
                 "<CNPJ>".$this->config->cnpj."</CNPJ>" : 
381 381
                 "<CPF>".$this->config->cnpj."</CPF>"
382
-              )
382
+                )
383 383
             . $tagNSU."</distDFeInt>";
384 384
         //valida o xml da requisição
385 385
         $this->isValid($this->urlVersion, $consulta, 'distDFeInt');
@@ -726,7 +726,7 @@  discard block
 block discarded – undo
726 726
             . ((strlen($this->config->cnpj)==14) ? 
727 727
                 "<CNPJ>".$this->config->cnpj."</CNPJ>" : 
728 728
                 "<CPF>".$this->config->cnpj."</CPF>"
729
-              )
729
+                )
730 730
             . $tagChave."</distDFeInt>";
731 731
         //valida o xml da requisição
732 732
         $this->isValid($this->urlVersion, $consulta, 'distDFeInt');
Please login to merge, or discard this patch.