Passed
Pull Request — master (#153)
by Roberto
02:26
created
src/Factories/EvtCAT.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      */
59 59
     protected function toNode()
60 60
     {
61
-       $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0);
61
+        $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0);
62 62
         $ideEvento = $this->dom->createElement("ideEvento");
63 63
         $this->dom->addChild(
64 64
             $ideEvento,
Please login to merge, or discard this patch.