@@ -29,7 +29,7 @@ |
||
| 29 | 29 | $this->writer->writeAttribute($key, $value); |
| 30 | 30 | } |
| 31 | 31 | |
| 32 | - if($this->value instanceof BaseObject) { |
|
| 32 | + if ($this->value instanceof BaseObject) { |
|
| 33 | 33 | $this->writer->writeElement($this->groupKey, $this->value); |
| 34 | 34 | } else { |
| 35 | 35 | $this->writer->text($this->value); |