@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | /** |
| 37 | 37 | * @param $apiService |
| 38 | 38 | * |
| 39 | - * @return mixed |
|
| 39 | + * @return Album |
|
| 40 | 40 | */ |
| 41 | 41 | public function setParent($apiService) |
| 42 | 42 | { |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | - * @return mixed |
|
| 113 | + * @return SpotifyService |
|
| 114 | 114 | */ |
| 115 | 115 | public function getParent() |
| 116 | 116 | { |
@@ -156,7 +156,7 @@ discard block |
||
| 156 | 156 | /** |
| 157 | 157 | * @param $name |
| 158 | 158 | * |
| 159 | - * @return mixed |
|
| 159 | + * @return ArrayCollection |
|
| 160 | 160 | */ |
| 161 | 161 | public function getByName($name) |
| 162 | 162 | { |
@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | - * @param $apiService |
|
| 34 | + * @param SpotifyService $apiService |
|
| 35 | 35 | * |
| 36 | 36 | * @return $this |
| 37 | 37 | */ |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | /** |
| 152 | 152 | * @param $name |
| 153 | 153 | * |
| 154 | - * @return mixed |
|
| 154 | + * @return ArrayCollection |
|
| 155 | 155 | */ |
| 156 | 156 | public function getByName($name) |
| 157 | 157 | { |