Completed
Push — master ( e0a810...7a51c1 )
by Maxence
02:17
created
lib/Db/CircleProviderRequestBuilder.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 	 * Limit the request to a Circle.
67 67
 	 *
68 68
 	 * @param $qb
69
-	 * @param $circleId
69
+	 * @param integer $circleId
70 70
 	 */
71 71
 	protected function limitToCircle(& $qb, $circleId) {
72 72
 		$expr = $qb->expr();
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
 	 * limit the request to a userId
168 168
 	 *
169 169
 	 * @param $qb
170
-	 * @param $userId
170
+	 * @param string $userId
171 171
 	 * @param bool $reShares
172 172
 	 */
173 173
 	protected function limitToShareOwner(& $qb, $userId, $reShares = false) {
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
 	 * @deprecated
194 194
 	 *
195 195
 	 * @param $qb
196
-	 * @param $shareId
196
+	 * @param integer $shareId
197 197
 	 */
198 198
 	protected function linkCircleField(& $qb, $shareId) {
199 199
 		$expr = $qb->expr();
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
 	 * Link to members (userId) of circle
229 229
 	 *
230 230
 	 * @param $qb
231
-	 * @param $userId
231
+	 * @param string $userId
232 232
 	 */
233 233
 	protected function linkToMember(& $qb, $userId) {
234 234
 		$expr = $qb->expr();
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
 	 * Link to storage/filecache
245 245
 	 *
246 246
 	 * @param $qb
247
-	 * @param $userId
247
+	 * @param string $userId
248 248
 	 */
249 249
 	protected function linkToFileCache(& $qb, $userId) {
250 250
 		$expr = $qb->expr();
Please login to merge, or discard this patch.