@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | $this->dom->addChild( |
| 116 | 116 | $ide, |
| 117 | 117 | "fimValid", |
| 118 | - ! empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 118 | + !empty($this->std->fimvalid) ? $this->std->fimvalid : null, |
|
| 119 | 119 | false |
| 120 | 120 | ); |
| 121 | 121 | //seleção do modo |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | $this->dom->addChild( |
| 133 | 133 | $dados, |
| 134 | 134 | "indAutoria", |
| 135 | - ! empty($this->std->dadosproc->indautoria) |
|
| 135 | + !empty($this->std->dadosproc->indautoria) |
|
| 136 | 136 | ? $this->std->dadosproc->indautoria |
| 137 | 137 | : null, |
| 138 | 138 | false |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | !empty($this->std->dadosproc->observacao) ? $this->std->dadosproc->observacao : null, |
| 150 | 150 | false |
| 151 | 151 | ); |
| 152 | - if (! empty($this->std->dadosproc->dadosprocjud)) { |
|
| 152 | + if (!empty($this->std->dadosproc->dadosprocjud)) { |
|
| 153 | 153 | $dadosProcJud = $this->dom->createElement("dadosProcJud"); |
| 154 | 154 | $this->dom->addChild( |
| 155 | 155 | $dadosProcJud, |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | ); |
| 172 | 172 | $dados->appendChild($dadosProcJud); |
| 173 | 173 | } |
| 174 | - if (! empty($this->std->dadosproc->infosusp)) { |
|
| 174 | + if (!empty($this->std->dadosproc->infosusp)) { |
|
| 175 | 175 | foreach ($this->std->dadosproc->infosusp as $susp) { |
| 176 | 176 | $infoSusp = $this->dom->createElement("infoSusp"); |
| 177 | 177 | $this->dom->addChild( |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | } |
| 204 | 204 | $node->appendChild($dados); |
| 205 | 205 | |
| 206 | - if (! empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 206 | + if (!empty($this->std->novavalidade) && $this->std->modo == 'ALT') { |
|
| 207 | 207 | $newVal = $this->std->novavalidade; |
| 208 | 208 | $novaValidade = $this->dom->createElement("novaValidade"); |
| 209 | 209 | $this->dom->addChild( |
@@ -215,7 +215,7 @@ discard block |
||
| 215 | 215 | $this->dom->addChild( |
| 216 | 216 | $ideRubrica, |
| 217 | 217 | "fimValid", |
| 218 | - ! empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 218 | + !empty($newVal->fimvalid) ? $newVal->fimvalid : null, |
|
| 219 | 219 | false |
| 220 | 220 | ); |
| 221 | 221 | $node->appendChild($novaValidade); |
@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | |
| 218 | 218 | /** |
| 219 | 219 | * Add idestab to infoperapur |
| 220 | - * @param \DOMElementtype $node |
|
| 220 | + * @param \DOMElement $node |
|
| 221 | 221 | * @param \stdClass $std |
| 222 | 222 | */ |
| 223 | 223 | private function ideestab(&$node, $std) |
@@ -322,7 +322,7 @@ discard block |
||
| 322 | 322 | |
| 323 | 323 | /** |
| 324 | 324 | * Add infosaudecolet to remunPerApur |
| 325 | - * @param type $node |
|
| 325 | + * @param \DOMElement $node |
|
| 326 | 326 | * @param type $std |
| 327 | 327 | * @return type |
| 328 | 328 | */ |
@@ -395,7 +395,7 @@ discard block |
||
| 395 | 395 | |
| 396 | 396 | /** |
| 397 | 397 | * Add infoperant to dmDev |
| 398 | - * @param type $node |
|
| 398 | + * @param \DOMElement $node |
|
| 399 | 399 | * @param type $std |
| 400 | 400 | * @return type |
| 401 | 401 | */ |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | |
| 151 | 151 | /** |
| 152 | 152 | * Estrutura do tpAquin v2.4.2 |
| 153 | - * @param DOMElement $ideEstabAdquir |
|
| 153 | + * @param \DOMElement $ideEstabAdquir |
|
| 154 | 154 | * @param stdClass $tpaquis |
| 155 | 155 | */ |
| 156 | 156 | protected function tpAquis(&$ideEstabAdquir, $tpaquis) |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | |
| 302 | 302 | /** |
| 303 | 303 | * Grandes altereções de estrutura na tag tpAquis |
| 304 | - * @param DOMElement $ideEstabAdquir |
|
| 304 | + * @param \DOMElement $ideEstabAdquir |
|
| 305 | 305 | * @param stdClass $tpaquis |
| 306 | 306 | */ |
| 307 | 307 | protected function tpAquisV02_05_00(&$ideEstabAdquir, $tpaquis) |