Passed
Pull Request — master (#196)
by
unknown
03:02
created
src/Factories/EvtExclusao.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
             $this->std->infoexclusao->nrrecevt,
103 103
             true
104 104
         );
105
-        if (! empty($this->std->idetrabalhador)) {
105
+        if (!empty($this->std->idetrabalhador)) {
106 106
             $ideTrabalhador = $this->dom->createElement("ideTrabalhador");
107 107
             $this->dom->addChild(
108 108
                 $ideTrabalhador,
@@ -113,12 +113,12 @@  discard block
 block discarded – undo
113 113
             $this->dom->addChild(
114 114
                 $ideTrabalhador,
115 115
                 "nisTrab",
116
-                ! empty($this->std->idetrabalhador->nistrab) ? $this->std->idetrabalhador->nistrab : null,
116
+                !empty($this->std->idetrabalhador->nistrab) ? $this->std->idetrabalhador->nistrab : null,
117 117
                 false
118 118
             );
119 119
             $infoExclusao->appendChild($ideTrabalhador);
120 120
         }
121
-        if (! empty($this->std->idefolhapagto)) {
121
+        if (!empty($this->std->idefolhapagto)) {
122 122
             $ideFolhaPagto = $this->dom->createElement("ideFolhaPagto");
123 123
             $this->dom->addChild(
124 124
                 $ideFolhaPagto,
Please login to merge, or discard this patch.