Test Failed
Pull Request — master (#339)
by
unknown
01:43
created
src/Factories/Traits/TraitS2200.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1206,7 +1206,7 @@  discard block
 block discarded – undo
1206 1206
      * builder for version S.1.0.0
1207 1207
      */
1208 1208
     protected function toNodeS100()
1209
-     {  
1209
+        {  
1210 1210
 
1211 1211
         //Em desenvolvimento
1212 1212
 
@@ -2072,8 +2072,8 @@  discard block
 block discarded – undo
2072 2072
                 false
2073 2073
             );            
2074 2074
             if (isset($hc->dscjorn)) {
2075
-               $dj = $this->dom->createElement("dscJorn",$hc->dscjorn[0]);    
2076
-               $horContratual->appendChild($dj);
2075
+                $dj = $this->dom->createElement("dscJorn",$hc->dscjorn[0]);    
2076
+                $horContratual->appendChild($dj);
2077 2077
             }                
2078 2078
             //encerra horContratual
2079 2079
             $contrato->appendChild($horContratual);            
Please login to merge, or discard this patch.