Completed
Push — master ( 921096...809444 )
by Maxence
02:46
created
lib/Db/CircleProviderRequestBuilder.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
 	 * limit the request to the children of a share
109 109
 	 *
110 110
 	 * @param IQueryBuilder $qb
111
-	 * @param $userId
111
+	 * @param string $userId
112 112
 	 * @param int $parentId
113 113
 	 */
114 114
 	protected function limitToShareChildren(& $qb, $userId, $parentId = -1) {
@@ -214,6 +214,10 @@  discard block
 block discarded – undo
214 214
 	 * @param integer $shareId
215 215
 	 */
216 216
 	// TODO - put this as a leftjoin
217
+
218
+	/**
219
+	 * @param integer $shareId
220
+	 */
217 221
 	protected function linkCircleField(& $qb, $shareId) {
218 222
 		$expr = $qb->expr();
219 223
 
Please login to merge, or discard this patch.