Completed
Push — master ( 8d3962...a9c589 )
by Roberto
05:24 queued 02:40
created
src/Factories/EvtAvPrevio.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
         $this->dom->addChild(
77 77
             $ideEvento,
78 78
             "nrRecibo",
79
-            ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
79
+            !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null,
80 80
             false
81 81
         );
82 82
         $this->dom->addChild(
@@ -141,11 +141,11 @@  discard block
 block discarded – undo
141 141
         $this->dom->addChild(
142 142
             $detAvPrevio,
143 143
             "observacao",
144
-            ! empty($this->std->observacao) ? $this->std->observacao : null,
144
+            !empty($this->std->observacao) ? $this->std->observacao : null,
145 145
             false
146 146
         );
147 147
         $infoAvPrevio->appendChild($detAvPrevio);
148
-        if (! empty($this->std->cancavprevio)) {
148
+        if (!empty($this->std->cancavprevio)) {
149 149
             $cancAvPrevio = $this->dom->createElement("cancAvPrevio");
150 150
             $this->dom->addChild(
151 151
                 $cancAvPrevio,
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
             $this->dom->addChild(
157 157
                 $cancAvPrevio,
158 158
                 "observacao",
159
-                ! empty($this->std->cancavprevio->observacao) ? $this->std->cancavprevio->observacao : null,
159
+                !empty($this->std->cancavprevio->observacao) ? $this->std->cancavprevio->observacao : null,
160 160
                 false
161 161
             );
162 162
             $this->dom->addChild(
Please login to merge, or discard this patch.
src/Factories/EvtExclusao.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
             $this->std->infoexclusao->nrrecevt,
101 101
             true
102 102
         );
103
-        if (! empty($this->std->idetrabalhador)) {
103
+        if (!empty($this->std->idetrabalhador)) {
104 104
             $ideTrabalhador = $this->dom->createElement("ideTrabalhador");
105 105
             $this->dom->addChild(
106 106
                 $ideTrabalhador,
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
             $this->dom->addChild(
112 112
                 $ideTrabalhador,
113 113
                 "nisTrab",
114
-                ! empty($this->std->idetrabalhador->nistrab) ? $this->std->idetrabalhador->nistrab : null,
114
+                !empty($this->std->idetrabalhador->nistrab) ? $this->std->idetrabalhador->nistrab : null,
115 115
                 false
116 116
             );
117 117
             $infoExclusao->appendChild($ideTrabalhador);
Please login to merge, or discard this patch.