Test Failed
Push — master ( 691e21...558e1a )
by Roberto
02:41 queued 01:22
created
src/Factories/Traits/TraitS2399.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
         $this->dom->addChild(
21 21
             $ideEvento,
22 22
             "nrRecibo",
23
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
23
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
24 24
             false
25 25
         );
26 26
         $this->dom->addChild(
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
         $this->dom->addChild(
350 350
             $ideEvento,
351 351
             "nrRecibo",
352
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
352
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
353 353
             false
354 354
         );
355 355
         $this->dom->addChild(
Please login to merge, or discard this patch.