@@ -324,7 +324,7 @@ discard block |
||
324 | 324 | * |
325 | 325 | * @param string $remoteDomain |
326 | 326 | * @param string $token |
327 | - * @param $remoteId id of the share |
|
327 | + * @param integer $remoteId id of the share |
|
328 | 328 | * @param string $feedback |
329 | 329 | * @return bool |
330 | 330 | */ |
@@ -421,6 +421,9 @@ discard block |
||
421 | 421 | return $result; |
422 | 422 | } |
423 | 423 | |
424 | + /** |
|
425 | + * @param string $mountPoint |
|
426 | + */ |
|
424 | 427 | public function removeShare($mountPoint) { |
425 | 428 | |
426 | 429 | $mountPointObj = $this->mountManager->find($mountPoint); |
@@ -450,7 +450,7 @@ |
||
450 | 450 | /** |
451 | 451 | * translate Nextcloud permissions to OCM Permissions |
452 | 452 | * |
453 | - * @param $ncPermissions |
|
453 | + * @param integer $ncPermissions |
|
454 | 454 | * @return array |
455 | 455 | */ |
456 | 456 | protected function ncPermissions2ocmPermissions($ncPermissions) { |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | * share received from another server |
151 | 151 | * |
152 | 152 | * @param ICloudFederationShare $share |
153 | - * @return string provider specific unique ID of the share |
|
153 | + * @return integer provider specific unique ID of the share |
|
154 | 154 | * |
155 | 155 | * @throws ProviderCouldNotAddShareException |
156 | 156 | * @throws \OCP\AppFramework\QueryException |
@@ -314,10 +314,10 @@ discard block |
||
314 | 314 | * notify user about new federated share |
315 | 315 | * |
316 | 316 | * @param $shareWith |
317 | - * @param $shareId |
|
318 | - * @param $ownerFederatedId |
|
319 | - * @param $sharedByFederatedId |
|
320 | - * @param $name |
|
317 | + * @param integer $shareId |
|
318 | + * @param string $ownerFederatedId |
|
319 | + * @param string $sharedByFederatedId |
|
320 | + * @param string $name |
|
321 | 321 | */ |
322 | 322 | private function notifyAboutNewShare($shareWith, $shareId, $ownerFederatedId, $sharedByFederatedId, $name) { |
323 | 323 | $notification = $this->notificationManager->createNotification(); |
@@ -810,7 +810,7 @@ discard block |
||
810 | 810 | /** |
811 | 811 | * get the supported share types, e.g. "user", "group", etc. |
812 | 812 | * |
813 | - * @return array |
|
813 | + * @return string[] |
|
814 | 814 | */ |
815 | 815 | public function getSupportedShareTypes() { |
816 | 816 | return ['user']; |
@@ -407,7 +407,7 @@ |
||
407 | 407 | /** |
408 | 408 | * calculate default permissions in case no permissions are provided |
409 | 409 | * |
410 | - * @param $path |
|
410 | + * @param string $path |
|
411 | 411 | * @return int |
412 | 412 | */ |
413 | 413 | protected function getDefaultPermissions($path) { |
@@ -450,7 +450,7 @@ |
||
450 | 450 | /** |
451 | 451 | * translate Nextcloud permissions to OCM Permissions |
452 | 452 | * |
453 | - * @param $ncPermissions |
|
453 | + * @param integer $ncPermissions |
|
454 | 454 | * @return array |
455 | 455 | */ |
456 | 456 | protected function ncPermissions2ocmPermissions($ncPermissions) { |