@@ -397,7 +397,7 @@ discard block |
||
397 | 397 | /** |
398 | 398 | * store remote ID in federated reShare table |
399 | 399 | * |
400 | - * @param $shareId |
|
400 | + * @param integer $shareId |
|
401 | 401 | * @param $remoteId |
402 | 402 | */ |
403 | 403 | public function storeRemoteId($shareId, $remoteId) { |
@@ -735,7 +735,7 @@ discard block |
||
735 | 735 | |
736 | 736 | /** |
737 | 737 | * Get the id's of share_with from the share table |
738 | - * @param $share_with |
|
738 | + * @param string $share_with |
|
739 | 739 | * @return array |
740 | 740 | */ |
741 | 741 | private function getAllShareIds($share_with) { |
@@ -863,7 +863,7 @@ discard block |
||
863 | 863 | /** |
864 | 864 | * get database row of a give share |
865 | 865 | * |
866 | - * @param $id |
|
866 | + * @param integer $id |
|
867 | 867 | * @return array |
868 | 868 | * @throws ShareNotFound |
869 | 869 | */ |