Test Failed
Push — master ( fcb4d5...60df1e )
by Roberto
01:45 queued 11s
created
src/Factories/Traits/TraitS1299.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
         $this->dom->addChild(
68 68
             $ideRespInf,
69 69
             "email",
70
-            ! empty($this->std->iderespinf->email) ? $this->std->iderespinf->email : null,
70
+            !empty($this->std->iderespinf->email) ? $this->std->iderespinf->email : null,
71 71
             false
72 72
         );
73 73
         $this->node->appendChild($ideRespInf);
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
         $this->dom->addChild(
113 113
             $infoFech,
114 114
             "compSemMovto",
115
-            ! empty($this->std->infofech->compsemmovto) ? $this->std->infofech->compsemmovto : null,
115
+            !empty($this->std->infofech->compsemmovto) ? $this->std->infofech->compsemmovto : null,
116 116
             false
117 117
         );
118 118
         $this->dom->addChild(
Please login to merge, or discard this patch.