Passed
Push — develop ( 676405...acb535 )
by Oguzhan
02:32
created
src/Service/VocaDB/Endpoint/Album.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,8 +80,8 @@
 block discarded – undo
80 80
     public function transformCollection($raw)
81 81
     {
82 82
         $collection = new ArrayCollection();
83
-        if($raw instanceof AlbumCollection) {
84
-            foreach($raw->collection as $album) {
83
+        if ($raw instanceof AlbumCollection) {
84
+            foreach ($raw->collection as $album) {
85 85
                 $collection->add($this->transformSingle($album));
86 86
             }
87 87
 
Please login to merge, or discard this patch.