@@ -57,6 +57,7 @@ |
||
| 57 | 57 | /** |
| 58 | 58 | * Returns all albums filtered by artist |
| 59 | 59 | * @param string $artistId the id of the artist |
| 60 | + * @param string $userId |
|
| 60 | 61 | * @return Album[] albums |
| 61 | 62 | */ |
| 62 | 63 | public function findAllByArtist($artistId, $userId){ |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | * returns artist IDs mapped to album IDs |
| 63 | 63 | * |
| 64 | 64 | * @param integer[] $albumIds IDs of the albums |
| 65 | - * @return array the artist IDs of an album are accessible |
|
| 65 | + * @return callable the artist IDs of an album are accessible |
|
| 66 | 66 | * by the album ID inside of this array |
| 67 | 67 | */ |
| 68 | 68 | public function getAlbumArtistsByAlbumId($albumIds){ |