Passed
Push — master ( d5f45e...403c65 )
by Roberto
49s
created
src/Factories/EvtTSVInicio.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     protected function toNode()
67 67
     {
68
-        $evtid        = FactoryId::build(
68
+        $evtid = FactoryId::build(
69 69
             $this->tpInsc,
70 70
             $this->nrInsc,
71 71
             $this->date,
Please login to merge, or discard this patch.
src/Factories/EvtInfoEmpregador.php 1 patch
Spacing   +2 added lines, -2 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(
Please login to merge, or discard this patch.
src/Factories/EvtContratAvNP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     protected function toNode()
67 67
     {
68
-        $evtid          = FactoryId::build(
68
+        $evtid = FactoryId::build(
69 69
             $this->tpInsc,
70 70
             $this->nrInsc,
71 71
             $this->date,
Please login to merge, or discard this patch.
src/Factories/EvtTSVAltContr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     protected function toNode()
67 67
     {
68
-        $evtid          = FactoryId::build(
68
+        $evtid = FactoryId::build(
69 69
             $this->tpInsc,
70 70
             $this->nrInsc,
71 71
             $this->date,
Please login to merge, or discard this patch.
src/Factories/EvtRmnRPPS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     protected function toNode()
67 67
     {
68
-        $evtid      = FactoryId::build(
68
+        $evtid = FactoryId::build(
69 69
             $this->tpInsc,
70 70
             $this->nrInsc,
71 71
             $this->date,
Please login to merge, or discard this patch.
src/Factories/EvtIrrfBenef.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
         $this->dom->addChild(
72 72
             $ideEvento,
73 73
             "nrRecArqBase",
74
-            ! empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null,
74
+            !empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null,
75 75
             false
76 76
         );
77 77
         $this->dom->addChild(
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
         );
92 92
         $this->node->appendChild($ideTrabalhador);
93 93
 
94
-        if (! empty($this->std->vrdeddep)) {
94
+        if (!empty($this->std->vrdeddep)) {
95 95
             $infoDep = $this->dom->createElement("infoDep");
96 96
             $this->dom->addChild(
97 97
                 $infoDep,
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
             $this->dom->addChild(
108 108
                 $infoIrrf,
109 109
                 "codCateg",
110
-                ! empty($nIrrf->codcateg) ? $nIrrf->codcateg : null,
110
+                !empty($nIrrf->codcateg) ? $nIrrf->codcateg : null,
111 111
                 false
112 112
             );
113 113
             $this->dom->addChild(
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
                 $this->dom->addChild(
170 170
                     $idePais,
171 171
                     "nifBenef",
172
-                    ! empty($nIrrf->idepgtoext->nifbenef) ? $nIrrf->idepgtoext->nifbenef : null,
172
+                    !empty($nIrrf->idepgtoext->nifbenef) ? $nIrrf->idepgtoext->nifbenef : null,
173 173
                     false
174 174
                 );
175 175
                 $idePgtoExt->appendChild($idePais);
@@ -184,19 +184,19 @@  discard block
 block discarded – undo
184 184
                 $this->dom->addChild(
185 185
                     $endExt,
186 186
                     "nrLograd",
187
-                    ! empty($nIrrf->idepgtoext->nrlograd) ? $nIrrf->idepgtoext->nrlograd : null,
187
+                    !empty($nIrrf->idepgtoext->nrlograd) ? $nIrrf->idepgtoext->nrlograd : null,
188 188
                     false
189 189
                 );
190 190
                 $this->dom->addChild(
191 191
                     $endExt,
192 192
                     "complem",
193
-                    ! empty($nIrrf->idepgtoext->complem) ? $nIrrf->idepgtoext->complem : null,
193
+                    !empty($nIrrf->idepgtoext->complem) ? $nIrrf->idepgtoext->complem : null,
194 194
                     false
195 195
                 );
196 196
                 $this->dom->addChild(
197 197
                     $endExt,
198 198
                     "bairro",
199
-                    ! empty($nIrrf->idepgtoext->bairro) ? $nIrrf->idepgtoext->bairro : null,
199
+                    !empty($nIrrf->idepgtoext->bairro) ? $nIrrf->idepgtoext->bairro : null,
200 200
                     false
201 201
                 );
202 202
                 $this->dom->addChild(
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
                 $this->dom->addChild(
209 209
                     $endExt,
210 210
                     "codPostal",
211
-                    ! empty($nIrrf->idepgtoext->codpostal) ? $nIrrf->idepgtoext->codpostal : null,
211
+                    !empty($nIrrf->idepgtoext->codpostal) ? $nIrrf->idepgtoext->codpostal : null,
212 212
                     false
213 213
                 );
214 214
                 $idePgtoExt->appendChild($endExt);
Please login to merge, or discard this patch.
src/Factories/EvtAltCadastral.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     protected function toNode()
67 67
     {
68
-        $evtid           = FactoryId::build(
68
+        $evtid = FactoryId::build(
69 69
             $this->tpInsc,
70 70
             $this->nrInsc,
71 71
             $this->date,
Please login to merge, or discard this patch.
src/Factories/EvtRemun.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     protected function toNode()
67 67
     {
68
-        $evtid      = FactoryId::build(
68
+        $evtid = FactoryId::build(
69 69
             $this->tpInsc,
70 70
             $this->nrInsc,
71 71
             $this->date,
Please login to merge, or discard this patch.
src/Factories/EvtIrrf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         $this->dom->addChild(
82 82
             $infoIrrf,
83 83
             "nrRecArqBase",
84
-            ! empty($this->std->infoirrf->nrrecarqbase) ? $this->std->infoirrf->nrrecarqbase : '',
84
+            !empty($this->std->infoirrf->nrrecarqbase) ? $this->std->infoirrf->nrrecarqbase : '',
85 85
             false
86 86
         );
87 87
         $this->dom->addChild(
Please login to merge, or discard this patch.