Completed
Pull Request — master (#551)
by Maxence
95:14
created
lib/Db/CoreRequestBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 
111 111
 
112 112
 	/**
113
-	 * @param array $ids
113
+	 * @param string[] $ids
114 114
 	 *
115 115
 	 * @throws InvalidIdException
116 116
 	 */
Please login to merge, or discard this patch.
lib/Service/MembershipService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -173,8 +173,8 @@  discard block
 block discarded – undo
173 173
 
174 174
 
175 175
 	/**
176
-	 * @param array $memberships
177
-	 * @param array $known
176
+	 * @param Membership[] $memberships
177
+	 * @param Membership[] $known
178 178
 	 *
179 179
 	 * @return int
180 180
 	 */
@@ -198,8 +198,8 @@  discard block
 block discarded – undo
198 198
 
199 199
 
200 200
 	/**
201
-	 * @param array $memberships
202
-	 * @param array $known
201
+	 * @param Membership[] $memberships
202
+	 * @param Membership[] $known
203 203
 	 *
204 204
 	 * @return int
205 205
 	 */
Please login to merge, or discard this patch.