Completed
Push — lastchanged ( 3a54ca )
by
unknown
11:30
created
businesslayer/albumbusinesslayer.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -57,6 +57,7 @@
 block discarded – undo
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){
Please login to merge, or discard this patch.
db/albummapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
 	 *
141 141
 	 * @param string|null $albumName name of the album
142 142
 	 * @param string|integer|null $albumYear year of the album release
143
-	 * @param integer|null $artistId ID of the album artist
143
+	 * @param integer|null $albumArtistId ID of the album artist
144 144
 	 * @param string $userId the user ID
145 145
 	 * @return Album[]
146 146
 	 */
Please login to merge, or discard this patch.