@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | !empty($this->std->indopccp) ? $this->std->indopccp : null, |
131 | 131 | false |
132 | 132 | ); |
133 | - foreach($this->std->detaquis as $det) { |
|
133 | + foreach ($this->std->detaquis as $det) { |
|
134 | 134 | $detaq = $this->dom->createElement("detAquis"); |
135 | 135 | $this->dom->addChild( |
136 | 136 | $detaq, |
@@ -162,7 +162,7 @@ discard block |
||
162 | 162 | number_format($det->vlrsenardesc, 2, ',', ''), |
163 | 163 | true |
164 | 164 | ); |
165 | - foreach($det->infoprocjud as $jud) { |
|
165 | + foreach ($det->infoprocjud as $jud) { |
|
166 | 166 | $procjud = $this->dom->createElement("infoProcJud"); |
167 | 167 | $this->dom->addChild( |
168 | 168 | $procjud, |