@@ -108,7 +108,7 @@ |
||
| 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) { |
@@ -552,7 +552,7 @@ |
||
| 552 | 552 | * @param IShare $share |
| 553 | 553 | * @param $data |
| 554 | 554 | */ |
| 555 | - private function assignShareObjectSharesProperties(IShare &$share, $data) { |
|
| 555 | + private function assignShareObjectSharesProperties(IShare & $share, $data) { |
|
| 556 | 556 | $shareTime = new \DateTime(); |
| 557 | 557 | $shareTime->setTimestamp((int)$data['stime']); |
| 558 | 558 | |