@@ -108,7 +108,7 @@ discard block |
||
| 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 |
||
| 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 | |