Test Failed
Push — master ( fda3c7...4ac981 )
by Roberto
01:22 queued 11s
created
src/Factories/Traits/TraitS2298.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
         $this->dom->addChild(
23 23
             $ideEvento,
24 24
             "nrRecibo",
25
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
25
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
26 26
             false
27 27
         );
28 28
         $this->dom->addChild(
@@ -76,13 +76,13 @@  discard block
 block discarded – undo
76 76
         $this->dom->addChild(
77 77
             $infoReintegr,
78 78
             "nrProcJud",
79
-            ! empty($this->std->nrprocjud) ? $this->std->nrprocjud : null,
79
+            !empty($this->std->nrprocjud) ? $this->std->nrprocjud : null,
80 80
             false
81 81
         );
82 82
         $this->dom->addChild(
83 83
             $infoReintegr,
84 84
             "nrLeiAnistia",
85
-            ! empty($this->std->nrleianistia) ? $this->std->nrleianistia : null,
85
+            !empty($this->std->nrleianistia) ? $this->std->nrleianistia : null,
86 86
             false
87 87
         );
88 88
         $this->dom->addChild(
@@ -176,13 +176,13 @@  discard block
 block discarded – undo
176 176
         $this->dom->addChild(
177 177
             $infoReintegr,
178 178
             "nrProcJud",
179
-            ! empty($this->std->nrprocjud) ? $this->std->nrprocjud : null,
179
+            !empty($this->std->nrprocjud) ? $this->std->nrprocjud : null,
180 180
             false
181 181
         );
182 182
         $this->dom->addChild(
183 183
             $infoReintegr,
184 184
             "nrLeiAnistia",
185
-            ! empty($this->std->nrleianistia) ? $this->std->nrleianistia : null,
185
+            !empty($this->std->nrleianistia) ? $this->std->nrleianistia : null,
186 186
             false
187 187
         );
188 188
         $this->dom->addChild(
Please login to merge, or discard this patch.