@@ -335,7 +335,7 @@ |
||
| 335 | 335 | * @param string $shareWith |
| 336 | 336 | * @param string $publicUpload |
| 337 | 337 | * @param string $password |
| 338 | - * @param bool $sendPasswordByTalk |
|
| 338 | + * @param string $sendPasswordByTalk |
|
| 339 | 339 | * @param string $expireDate |
| 340 | 340 | * |
| 341 | 341 | * @return DataResponse |
@@ -307,10 +307,10 @@ discard block |
||
| 307 | 307 | * publish activity if a file/folder was shared by mail |
| 308 | 308 | * |
| 309 | 309 | * @param $subject |
| 310 | - * @param $parameters |
|
| 311 | - * @param $affectedUser |
|
| 310 | + * @param string[] $parameters |
|
| 311 | + * @param string $affectedUser |
|
| 312 | 312 | * @param $fileId |
| 313 | - * @param $filePath |
|
| 313 | + * @param string $filePath |
|
| 314 | 314 | */ |
| 315 | 315 | protected function publishActivity($subject, $parameters, $affectedUser, $fileId, $filePath) { |
| 316 | 316 | $event = $this->activityManager->generateEvent(); |
@@ -1067,7 +1067,7 @@ discard block |
||
| 1067 | 1067 | /** |
| 1068 | 1068 | * get database row of a give share |
| 1069 | 1069 | * |
| 1070 | - * @param $id |
|
| 1070 | + * @param integer $id |
|
| 1071 | 1071 | * @return array |
| 1072 | 1072 | * @throws ShareNotFound |
| 1073 | 1073 | */ |