Test Failed
Push — master ( 88ea0f...5ac8de )
by Roberto
03:16 queued 14s
created
src/Factories/Traits/TraitS2210.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -292,6 +292,9 @@  discard block
 block discarded – undo
292 292
         $this->node->appendChild($ideVinculo);
293 293
     }
294 294
 
295
+    /**
296
+     * @return \DOMNode
297
+     */
295 298
     protected function tagCAT()
296 299
     {
297 300
         $cat = $this->dom->createElement("cat");
@@ -373,6 +376,9 @@  discard block
 block discarded – undo
373 376
         return $cat;
374 377
     }
375 378
 
379
+    /**
380
+     * @return \DOMElement
381
+     */
376 382
     protected function tagLocalAcidente(\DOMElement &$cat)
377 383
     {
378 384
         $localAcidente = $this->dom->createElement("localAcidente");
Please login to merge, or discard this patch.
src/Factories/EvtReintegr.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 /**
6 6
  * Class eSocial EvtReintegr Event S-2298 constructor
7
-
8 7
  * READ for 2.5.0 layout
9 8
  *
10 9
  * @category  library
Please login to merge, or discard this patch.
src/Factories/EvtExclusao.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 /**
6 6
  * Class eSocial EvtExclusao Event S-3000 constructor
7
-
8 7
  * Read for 2.5.0 layout
9 8
  *
10 9
  * @category  library
Please login to merge, or discard this patch.
src/Factories/EvtIrrf.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 /**
6 6
  * Class eSocial EvtIrrf Event S-5012 constructor
7
-
8 7
  * Read for 2.5.0 layout
9 8
  *
10 9
  * @category  library
Please login to merge, or discard this patch.
src/Factories/EvtInsApo.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 /**
6 6
  * Class eSocial EvtInsApo Event S-2241 constructor
7
-
8 7
  * Não existe em 2.5.0 layout
9 8
  *
10 9
  * @category  library
Please login to merge, or discard this patch.
src/Factories/EvtInfoEmpregador.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 /**
6 6
  * Class eSocial EvtInfoEmpregador Event S-1000 constructor
7
-
8 7
  * Read for 2.5.0 layout
9 8
  * Read for S_1.0 layout
10 9
  *
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS1280.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,6 +111,6 @@
 block discarded – undo
111 111
      */
112 112
     protected function toNodeS100()
113 113
     {
114
-         throw new \Exception("TODO !!");
114
+            throw new \Exception("TODO !!");
115 115
     }
116 116
 }
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS1000.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -211,8 +211,8 @@  discard block
 block discarded – undo
211 211
                 false
212 212
             );
213 213
             $infoCadastro->appendChild($info);
214
-            if (isset($this->std->infoop)  && !empty($infoCadastro)) {
215
-                $cad  = $this->std->infoop;
214
+            if (isset($this->std->infoop) && !empty($infoCadastro)) {
215
+                $cad = $this->std->infoop;
216 216
                 $infoOP = $this->dom->createElement("infoOP");
217 217
                 $this->dom->addChild(
218 218
                     $infoOP,
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
                     true
222 222
                 );
223 223
                 if (isset($this->std->infoefr)) {
224
-                    $cad  = $this->std->infoefr;
224
+                    $cad = $this->std->infoefr;
225 225
                     $infoEFR = $this->dom->createElement("infoEFR");
226 226
                     $this->dom->addChild(
227 227
                         $infoEFR,
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
                     $infoOP->appendChild($infoEFR);
239 239
                 }
240 240
                 if (isset($this->std->infoente)) {
241
-                    $cad  = $this->std->infoente;
241
+                    $cad = $this->std->infoente;
242 242
                     $infoEnte = $this->dom->createElement("infoEnte");
243 243
                     $this->dom->addChild(
244 244
                         $infoEnte,
Please login to merge, or discard this patch.
src/Factories/EvtTabEquipamento.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 /**
6 6
  * Class eSocial EvtTabEquipamento Event S-1065 constructor
7
-
8 7
  * Read for 2.5.0 layout
9 8
  *
10 9
  * @category  library
Please login to merge, or discard this patch.