Passed
Push — master ( 30228e...92c369 )
by Roberto
02:42
created
src/Factories/EvtInfoEmpregador.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -250,8 +250,8 @@  discard block
 block discarded – undo
250 250
             );
251 251
             $infoCadastro->appendChild($info);
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.