Passed
Pull Request — master (#161)
by
unknown
03:32
created
src/Factories/EvtAltCadastral.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
         $this->dom->addChild(
77 77
             $ideEvento,
78 78
             "nrRecibo",
79
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
79
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
80 80
             false
81 81
         );
82 82
         $this->dom->addChild(
Please login to merge, or discard this patch.
src/Factories/EvtCAT.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
         $this->dom->addChild(
77 77
             $ideEvento,
78 78
             "nrRecibo",
79
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
79
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
80 80
             false
81 81
         );
82 82
         $this->dom->addChild(
Please login to merge, or discard this patch.
src/Factories/EvtTSVTermino.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
         $this->dom->addChild(
77 77
             $ideEvento,
78 78
             "nrRecibo",
79
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
79
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
80 80
             false
81 81
         );
82 82
         $this->dom->addChild(
Please login to merge, or discard this patch.
src/Factories/EvtTSVInicio.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
         $this->dom->addChild(
77 77
             $ideEvento,
78 78
             "nrRecibo",
79
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
79
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
80 80
             false
81 81
         );
82 82
         $this->dom->addChild(
Please login to merge, or discard this patch.
src/Factories/EvtInfoEmpregador.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
         $this->dom->addChild(
91 91
             $idePeriodo,
92 92
             "fimValid",
93
-            ! empty($this->std->ideperiodo->fimvalid) ? $this->std->ideperiodo->fimvalid : '',
93
+            !empty($this->std->ideperiodo->fimvalid) ? $this->std->ideperiodo->fimvalid : '',
94 94
             false
95 95
         );
96 96
 
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
             $this->dom->addChild(
233 233
                 $info,
234 234
                 "foneFixo",
235
-                ! empty($cad->fonefixo) ? $cad->fonefixo : '',
235
+                !empty($cad->fonefixo) ? $cad->fonefixo : '',
236 236
                 false
237 237
             );
238 238
             $this->dom->addChild(
@@ -250,8 +250,8 @@  discard block
 block discarded – undo
250 250
             $infoCadastro->appendChild($info);
251 251
         }
252 252
 
253
-        if (isset($this->std->infoop)  && !empty($infoCadastro)) {
254
-            $cad  = $this->std->infoop;
253
+        if (isset($this->std->infoop) && !empty($infoCadastro)) {
254
+            $cad = $this->std->infoop;
255 255
             $infoOP = $this->dom->createElement("infoOP");
256 256
             $this->dom->addChild(
257 257
                 $infoOP,
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
                 true
261 261
             );
262 262
             if (isset($this->std->infoefr)) {
263
-                $cad  = $this->std->infoefr;
263
+                $cad = $this->std->infoefr;
264 264
                 $infoEFR = $this->dom->createElement("infoEFR");
265 265
                 $this->dom->addChild(
266 266
                     $infoEFR,
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
                 $infoOP->appendChild($infoEFR);
278 278
             }
279 279
             if (isset($this->std->infoente)) {
280
-                $cad  = $this->std->infoente;
280
+                $cad = $this->std->infoente;
281 281
                 $infoEnte = $this->dom->createElement("infoEnte");
282 282
                 $this->dom->addChild(
283 283
                     $infoEnte,
Please login to merge, or discard this patch.