@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | $this->dom->addChild( |
| 91 | 91 | $idePeriodo, |
| 92 | 92 | "fimValid", |
| 93 | - ! empty($this->std->ideperiodo->fimvalid) ? $this->std->ideperiodo->fimvalid : '', |
|
| 93 | + !empty($this->std->ideperiodo->fimvalid) ? $this->std->ideperiodo->fimvalid : '', |
|
| 94 | 94 | false |
| 95 | 95 | ); |
| 96 | 96 | |
@@ -232,7 +232,7 @@ discard block |
||
| 232 | 232 | $this->dom->addChild( |
| 233 | 233 | $info, |
| 234 | 234 | "foneFixo", |
| 235 | - ! empty($cad->fonefixo) ? $cad->fonefixo : '', |
|
| 235 | + !empty($cad->fonefixo) ? $cad->fonefixo : '', |
|
| 236 | 236 | false |
| 237 | 237 | ); |
| 238 | 238 | $this->dom->addChild( |
@@ -250,8 +250,8 @@ discard block |
||
| 250 | 250 | $infoCadastro->appendChild($info); |
| 251 | 251 | } |
| 252 | 252 | |
| 253 | - if (isset($this->std->infoop) && !empty($infoCadastro)) { |
|
| 254 | - $cad = $this->std->infoop; |
|
| 253 | + if (isset($this->std->infoop) && !empty($infoCadastro)) { |
|
| 254 | + $cad = $this->std->infoop; |
|
| 255 | 255 | $infoOP = $this->dom->createElement("infoOP"); |
| 256 | 256 | $this->dom->addChild( |
| 257 | 257 | $infoOP, |
@@ -260,7 +260,7 @@ discard block |
||
| 260 | 260 | true |
| 261 | 261 | ); |
| 262 | 262 | if (isset($this->std->infoefr)) { |
| 263 | - $cad = $this->std->infoefr; |
|
| 263 | + $cad = $this->std->infoefr; |
|
| 264 | 264 | $infoEFR = $this->dom->createElement("infoEFR"); |
| 265 | 265 | $this->dom->addChild( |
| 266 | 266 | $infoEFR, |
@@ -277,7 +277,7 @@ discard block |
||
| 277 | 277 | $infoOP->appendChild($infoEFR); |
| 278 | 278 | } |
| 279 | 279 | if (isset($this->std->infoente)) { |
| 280 | - $cad = $this->std->infoente; |
|
| 280 | + $cad = $this->std->infoente; |
|
| 281 | 281 | $infoEnte = $this->dom->createElement("infoEnte"); |
| 282 | 282 | $this->dom->addChild( |
| 283 | 283 | $infoEnte, |