@@ -200,10 +200,10 @@ discard block |
||
200 | 200 | * publish activity if a file/folder was shared by mail |
201 | 201 | * |
202 | 202 | * @param $subject |
203 | - * @param $parameters |
|
204 | - * @param $affectedUser |
|
203 | + * @param string[] $parameters |
|
204 | + * @param string $affectedUser |
|
205 | 205 | * @param $fileId |
206 | - * @param $filePath |
|
206 | + * @param string $filePath |
|
207 | 207 | */ |
208 | 208 | protected function publishActivity($subject, $parameters, $affectedUser, $fileId, $filePath) { |
209 | 209 | $event = $this->activityManager->generateEvent(); |
@@ -339,6 +339,7 @@ discard block |
||
339 | 339 | * @param string $filename |
340 | 340 | * @param string $initiator |
341 | 341 | * @param string $shareWith |
342 | + * @param string $password |
|
342 | 343 | */ |
343 | 344 | protected function sendPassword($filename, $initiator, $shareWith, $password) { |
344 | 345 | |
@@ -812,7 +813,7 @@ discard block |
||
812 | 813 | /** |
813 | 814 | * get database row of a give share |
814 | 815 | * |
815 | - * @param $id |
|
816 | + * @param integer $id |
|
816 | 817 | * @return array |
817 | 818 | * @throws ShareNotFound |
818 | 819 | */ |