Passed
Branch feature/spotify (eedfe3)
by Oguzhan
02:52
created
src/Service/VocaDB/Endpoint/Artist.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,8 +77,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.