Passed
Push — master ( 2d320e...82987a )
by Roberto
19:34
created
src/Factories/EvtTotConting.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
         $this->dom->addChild(
124 124
             $ide,
125 125
             "email",
126
-            ! empty($this->std->email) ? $this->std->email : null,
126
+            !empty($this->std->email) ? $this->std->email : null,
127 127
             false
128 128
         );
129 129
         $this->node->appendChild($ide);
Please login to merge, or discard this patch.