Passed
Pull Request — master (#32)
by Roberto
02:04
created
src/Factories/EvtTabProcesso.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         $this->node->insertBefore($ideEvento, $ideContri);
74 74
         //tag deste evento em particular
75 75
         $info = $this->dom->createElement("infoProcesso");
76
-        $ideProcesso  = $this->dom->createElement("ideProcesso");
76
+        $ideProcesso = $this->dom->createElement("ideProcesso");
77 77
         $this->dom->addChild(
78 78
             $ideProcesso,
79 79
             "tpProc",
Please login to merge, or discard this patch.