@@ -77,8 +77,7 @@ |
||
| 77 | 77 | public function transformCollection($raw) |
| 78 | 78 | { |
| 79 | 79 | $collection = new ArrayCollection(); |
| 80 | - foreach ($raw->collection as $artist) |
|
| 81 | - { |
|
| 80 | + foreach ($raw->collection as $artist) { |
|
| 82 | 81 | $collection->add($this->transformSingle($artist)); |
| 83 | 82 | } |
| 84 | 83 | |