Passed
Pull Request — master (#295)
by Roberto
02:38
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');
@@ -725,7 +725,7 @@  discard block
 block discarded – undo
725 725
             . ((strlen($this->config->cnpj)==14) ?
726 726
                 "<CNPJ>".$this->config->cnpj."</CNPJ>" :
727 727
                 "<CPF>".$this->config->cnpj."</CPF>"
728
-              )
728
+                )
729 729
             ."</distDFeInt>";
730 730
         //valida o xml da requisição
731 731
         $this->isValid($this->urlVersion, $consulta, 'distDFeInt');
Please login to merge, or discard this patch.