@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | $this->dom->addChild( |
73 | 73 | $ideEvento, |
74 | 74 | "nrRecArqBase", |
75 | - ! empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null, |
|
75 | + !empty($this->std->nrrecarqbase) ? $this->std->nrrecarqbase : null, |
|
76 | 76 | false |
77 | 77 | ); |
78 | 78 | $this->dom->addChild( |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | $this->dom->addChild( |
168 | 168 | $infoCategIncid, |
169 | 169 | "matricula", |
170 | - ! empty($infocat->matricula) ? $infocat->matricula : null, |
|
170 | + !empty($infocat->matricula) ? $infocat->matricula : null, |
|
171 | 171 | false |
172 | 172 | ); |
173 | 173 | $this->dom->addChild( |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | $this->dom->addChild( |
180 | 180 | $infoCategIncid, |
181 | 181 | "indSimples", |
182 | - ! empty($infocat->indsimples) ? $infocat->indsimples : null, |
|
182 | + !empty($infocat->indsimples) ? $infocat->indsimples : null, |
|
183 | 183 | false |
184 | 184 | ); |
185 | 185 | foreach ($infocat->infobasecs as $infobase) { |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | $iref->perRef, |
239 | 239 | true |
240 | 240 | ); |
241 | - foreach($iref->detinfoperref as $dref) { |
|
241 | + foreach ($iref->detinfoperref as $dref) { |
|
242 | 242 | $detref = $this->dom->createElement("detInfoPerRef"); |
243 | 243 | $this->dom->addChild( |
244 | 244 | $detref, |