Test Failed
Push — master ( 63d89e...78dd3e )
by Roberto
03:02 queued 13s
created
src/Factories/Traits/TraitS2250.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 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(
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
         );
120 120
         $this->node->appendChild($ideVinculo);
121 121
         $infoAvPrevio = $this->dom->createElement("infoAvPrevio");
122
-        if (! empty($this->std->infoavprevio->detavprevio)) {
122
+        if (!empty($this->std->infoavprevio->detavprevio)) {
123 123
             $detAvPrevio = $this->dom->createElement("detAvPrevio");
124 124
             $this->dom->addChild(
125 125
                 $detAvPrevio,
@@ -142,13 +142,13 @@  discard block
 block discarded – undo
142 142
             $this->dom->addChild(
143 143
                 $detAvPrevio,
144 144
                 "observacao",
145
-                ! empty($this->std->infoavprevio->detavprevio->observacao) ?
145
+                !empty($this->std->infoavprevio->detavprevio->observacao) ?
146 146
                     $this->std->infoavprevio->detavprevio->observacao : null,
147 147
                 false
148 148
             );
149 149
             $infoAvPrevio->appendChild($detAvPrevio);
150 150
         }
151
-        if (! empty($this->std->infoavprevio->cancavprevio)) {
151
+        if (!empty($this->std->infoavprevio->cancavprevio)) {
152 152
             $cancAvPrevio = $this->dom->createElement("cancAvPrevio");
153 153
             $this->dom->addChild(
154 154
                 $cancAvPrevio,
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
             $this->dom->addChild(
160 160
                 $cancAvPrevio,
161 161
                 "observacao",
162
-                ! empty($this->std->infoavprevio->cancavprevio->observacao) ?
162
+                !empty($this->std->infoavprevio->cancavprevio->observacao) ?
163 163
                     $this->std->infoavprevio->cancavprevio->observacao : null,
164 164
                 false
165 165
             );
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS5012.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.
src/Factories/Traits/TraitS2298.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
         $this->dom->addChild(
78 78
             $ideEvento,
79 79
             "nrRecibo",
80
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
80
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
81 81
             false
82 82
         );
83 83
         $this->dom->addChild(
@@ -131,13 +131,13 @@  discard block
 block discarded – undo
131 131
         $this->dom->addChild(
132 132
             $infoReintegr,
133 133
             "nrProcJud",
134
-            ! empty($this->std->nrprocjud) ? $this->std->nrprocjud : null,
134
+            !empty($this->std->nrprocjud) ? $this->std->nrprocjud : null,
135 135
             false
136 136
         );
137 137
         $this->dom->addChild(
138 138
             $infoReintegr,
139 139
             "nrLeiAnistia",
140
-            ! empty($this->std->nrleianistia) ? $this->std->nrleianistia : null,
140
+            !empty($this->std->nrleianistia) ? $this->std->nrleianistia : null,
141 141
             false
142 142
         );
143 143
         $this->dom->addChild(
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS2399.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/Traits/TraitS2260.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/Traits/TraitS5002.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
         $this->dom->addChild(
70 70
             $ideEvento,
71 71
             "nrRecArqBase",
72
-            ! empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null,
72
+            !empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null,
73 73
             false
74 74
         );
75 75
         $this->dom->addChild(
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
             true
88 88
         );
89 89
         $this->node->appendChild($ideTrabalhador);
90
-        if (! empty($this->std->vrdeddep)) {
90
+        if (!empty($this->std->vrdeddep)) {
91 91
             $infoDep = $this->dom->createElement("infoDep");
92 92
             $this->dom->addChild(
93 93
                 $infoDep,
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
             $this->dom->addChild(
103 103
                 $infoIrrf,
104 104
                 "codCateg",
105
-                ! empty($nIrrf->codcateg) ? $nIrrf->codcateg : null,
105
+                !empty($nIrrf->codcateg) ? $nIrrf->codcateg : null,
106 106
                 false
107 107
             );
108 108
             $this->dom->addChild(
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
                 $this->dom->addChild(
162 162
                     $idePais,
163 163
                     "nifBenef",
164
-                    ! empty($nIrrf->idepgtoext->nifbenef) ? $nIrrf->idepgtoext->nifbenef : null,
164
+                    !empty($nIrrf->idepgtoext->nifbenef) ? $nIrrf->idepgtoext->nifbenef : null,
165 165
                     false
166 166
                 );
167 167
                 $idePgtoExt->appendChild($idePais);
@@ -176,19 +176,19 @@  discard block
 block discarded – undo
176 176
                 $this->dom->addChild(
177 177
                     $endExt,
178 178
                     "nrLograd",
179
-                    ! empty($nIrrf->idepgtoext->nrlograd) ? $nIrrf->idepgtoext->nrlograd : null,
179
+                    !empty($nIrrf->idepgtoext->nrlograd) ? $nIrrf->idepgtoext->nrlograd : null,
180 180
                     false
181 181
                 );
182 182
                 $this->dom->addChild(
183 183
                     $endExt,
184 184
                     "complem",
185
-                    ! empty($nIrrf->idepgtoext->complem) ? $nIrrf->idepgtoext->complem : null,
185
+                    !empty($nIrrf->idepgtoext->complem) ? $nIrrf->idepgtoext->complem : null,
186 186
                     false
187 187
                 );
188 188
                 $this->dom->addChild(
189 189
                     $endExt,
190 190
                     "bairro",
191
-                    ! empty($nIrrf->idepgtoext->bairro) ? $nIrrf->idepgtoext->bairro : null,
191
+                    !empty($nIrrf->idepgtoext->bairro) ? $nIrrf->idepgtoext->bairro : null,
192 192
                     false
193 193
                 );
194 194
                 $this->dom->addChild(
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
                 $this->dom->addChild(
201 201
                     $endExt,
202 202
                     "codPostal",
203
-                    ! empty($nIrrf->idepgtoext->codpostal) ? $nIrrf->idepgtoext->codpostal : null,
203
+                    !empty($nIrrf->idepgtoext->codpostal) ? $nIrrf->idepgtoext->codpostal : null,
204 204
                     false
205 205
                 );
206 206
                 $idePgtoExt->appendChild($endExt);
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS2306.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -235,8 +235,7 @@
 block discarded – undo
235 235
                 $this->dom->addChild(
236 236
                     $instEnsino,
237 237
                     "bairro",
238
-                    !empty($this->std->estagiario->instituicao->bairro) ? $this->std->estagiario->instituicao->bairro :
239
-                        null,
238
+                    !empty($this->std->estagiario->instituicao->bairro) ? $this->std->estagiario->instituicao->bairro : null,
240 239
                     false
241 240
                 );
242 241
                 $this->dom->addChild(
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS2300.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/Traits/TraitS1005.php 1 patch
Spacing   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
         $this->dom->addChild(
60 60
             $ideEstab,
61 61
             "fimValid",
62
-            ! empty($this->std->fimvalid) ? $this->std->fimvalid : null,
62
+            !empty($this->std->fimvalid) ? $this->std->fimvalid : null,
63 63
             false
64 64
         );
65 65
 
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
         }
73 73
         $node->appendChild($ideEstab);
74 74
 
75
-        if (! empty($this->std->dadosestab)) {
75
+        if (!empty($this->std->dadosestab)) {
76 76
             $dadosEstab = $this->dom->createElement("dadosEstab");
77 77
             $this->dom->addChild(
78 78
                 $dadosEstab,
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
                 $this->std->dadosestab->aliqgilrat->aliqrat,
88 88
                 true
89 89
             );
90
-            $fap = ! empty($this->std->dadosestab->aliqgilrat->fap) ? $this->std->dadosestab->aliqgilrat->fap : null;
90
+            $fap = !empty($this->std->dadosestab->aliqgilrat->fap) ? $this->std->dadosestab->aliqgilrat->fap : null;
91 91
             if ($fap) {
92 92
                 $fap = number_format($fap, 4, '.', '');
93 93
             }
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
                 $fap,
98 98
                 false
99 99
             );
100
-            $aliqrata = ! empty($this->std->dadosestab->aliqgilrat->aliqratajust)
100
+            $aliqrata = !empty($this->std->dadosestab->aliqgilrat->aliqratajust)
101 101
                 ? $this->std->dadosestab->aliqgilrat->aliqratajust
102 102
                 : null;
103 103
             if ($aliqrata) {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
                 $aliqrata,
110 110
                 false
111 111
             );
112
-            if (! empty($this->std->dadosestab->aliqgilrat->procadmjudrat)) {
112
+            if (!empty($this->std->dadosestab->aliqgilrat->procadmjudrat)) {
113 113
                 $procAdmJudRat = $this->dom->createElement("procAdmJudRat");
114 114
                 $this->dom->addChild(
115 115
                     $procAdmJudRat,
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
                 );
132 132
                 $aliqGilrat->appendChild($procAdmJudRat);
133 133
             }
134
-            if (! empty($this->std->dadosestab->aliqgilrat->procadmjudfap)) {
134
+            if (!empty($this->std->dadosestab->aliqgilrat->procadmjudfap)) {
135 135
                 $procAdmJudFap = $this->dom->createElement("procAdmJudFap");
136 136
                 $this->dom->addChild(
137 137
                     $procAdmJudFap,
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
             }
156 156
             $dadosEstab->appendChild($aliqGilrat);
157 157
 
158
-            if (! empty($this->std->dadosestab->infocaepf)) {
158
+            if (!empty($this->std->dadosestab->infocaepf)) {
159 159
                 $infoCaepf = $this->dom->createElement("infoCaepf");
160 160
                 $this->dom->addChild(
161 161
                     $infoCaepf,
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
                 $dadosEstab->appendChild($infoCaepf);
167 167
             }
168 168
 
169
-            if (! empty($this->std->dadosestab->infoobra)) {
169
+            if (!empty($this->std->dadosestab->infoobra)) {
170 170
                 $infoObra = $this->dom->createElement("infoObra");
171 171
                 $this->dom->addChild(
172 172
                     $infoObra,
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
                 $this->std->dadosestab->infotrab->regpt,
185 185
                 true
186 186
             );
187
-            if (! empty($this->std->dadosestab->infoapr)) {
187
+            if (!empty($this->std->dadosestab->infoapr)) {
188 188
                 $infoApr = $this->dom->createElement("infoApr");
189 189
                 $this->dom->addChild(
190 190
                     $infoApr,
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
                 $this->dom->addChild(
196 196
                     $infoApr,
197 197
                     "nrProcJud",
198
-                    ! empty($this->std->dadosestab->infotrab->infoapr->nrprocjud)
198
+                    !empty($this->std->dadosestab->infotrab->infoapr->nrprocjud)
199 199
                         ? $this->std->dadosestab->infotrab->infoapr->nrprocjud
200 200
                         : null,
201 201
                     false
@@ -203,13 +203,13 @@  discard block
 block discarded – undo
203 203
                 $this->dom->addChild(
204 204
                     $infoApr,
205 205
                     "contEntEd",
206
-                    ! empty($this->std->dadosestab->infotrab->infoapr->contented)
206
+                    !empty($this->std->dadosestab->infotrab->infoapr->contented)
207 207
                         ? $this->std->dadosestab->infotrab->infoapr->contented
208 208
                         : null,
209 209
                     false
210 210
                 );
211 211
 
212
-                if (! empty($this->std->dadosestab->infotrab->infoapr->infoenteduc)) {
212
+                if (!empty($this->std->dadosestab->infotrab->infoapr->infoenteduc)) {
213 213
                     foreach ($this->std->dadosestab->infotrab->infoapr->infoenteduc as $edu) {
214 214
                         $infoEntEduc = $this->dom->createElement("infoEntEduc");
215 215
                         $this->dom->addChild(
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
 
225 225
                 $infoTrab->appendChild($infoApr);
226 226
             }
227
-            if (! empty($this->std->dadosestab->infotrab->infopdc)) {
227
+            if (!empty($this->std->dadosestab->infotrab->infopdc)) {
228 228
                 $infoPCD = $this->dom->createElement("infoPCD");
229 229
                 $this->dom->addChild(
230 230
                     $infoPCD,
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
                 $this->dom->addChild(
236 236
                     $infoPCD,
237 237
                     "nrProcJud",
238
-                    ! empty($this->std->dadosestab->infotrab->infopdc->nrprocjud)
238
+                    !empty($this->std->dadosestab->infotrab->infopdc->nrprocjud)
239 239
                         ? $this->std->dadosestab->infotrab->infopdc->nrprocjud
240 240
                         : null,
241 241
                     false
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
             $node->appendChild($dadosEstab);
247 247
         }
248 248
 
249
-        if (! empty($this->std->novavalidade) && $this->std->modo == 'ALT') {
249
+        if (!empty($this->std->novavalidade) && $this->std->modo == 'ALT') {
250 250
             $newVal = $this->std->novavalidade;
251 251
             $novaValidade = $this->dom->createElement("novaValidade");
252 252
             $this->dom->addChild(
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
             $this->dom->addChild(
259 259
                 $novaValidade,
260 260
                 "fimValid",
261
-                ! empty($newVal->fimvalid) ? $newVal->fimvalid : null,
261
+                !empty($newVal->fimvalid) ? $newVal->fimvalid : null,
262 262
                 false
263 263
             );
264 264
             $node->appendChild($novaValidade);
@@ -421,7 +421,7 @@  discard block
 block discarded – undo
421 421
                 );
422 422
                 $dadosEstab->appendChild($infoCaepf);
423 423
             }
424
-            if (! empty($this->std->dadosestab->infoobra)) {
424
+            if (!empty($this->std->dadosestab->infoobra)) {
425 425
                 $infoObra = $this->dom->createElement("infoObra");
426 426
                 $this->dom->addChild(
427 427
                     $infoObra,
@@ -438,12 +438,12 @@  discard block
 block discarded – undo
438 438
                     $this->dom->addChild(
439 439
                         $infoApr,
440 440
                         "nrProcJud",
441
-                        ! empty($this->std->dadosestab->infotrab->infoapr->nrprocjud)
441
+                        !empty($this->std->dadosestab->infotrab->infoapr->nrprocjud)
442 442
                             ? $this->std->dadosestab->infotrab->infoapr->nrprocjud
443 443
                             : null,
444 444
                         false
445 445
                     );
446
-                    if (! empty($this->std->dadosestab->infotrab->infoapr->infoenteduc)) {
446
+                    if (!empty($this->std->dadosestab->infotrab->infoapr->infoenteduc)) {
447 447
                         foreach ($this->std->dadosestab->infotrab->infoapr->infoenteduc as $edu) {
448 448
                             $infoEntEduc = $this->dom->createElement("infoEntEduc");
449 449
                             $this->dom->addChild(
Please login to merge, or discard this patch.