@@ -102,7 +102,7 @@ discard block |
||
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 |
||
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, |