From df42a10e56d2fd0721c97c8ef4ba4d8eadcea6af Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Fri, 12 Jul 2024 15:11:10 +0200 Subject: chore(files_sharing): lint & refactor fixes Signed-off-by: skjnldsv --- apps/files_sharing/lib/Controller/ShareAPIController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/lib/Controller') diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index 4b044450957..1ba4d441bc0 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -2059,7 +2059,7 @@ class ShareAPIController extends OCSController { * Send a mail notification again for a share. * The mail_send option must be enabled for the given share. * @param string $id the share ID - * @param string $password optional, the password to check against. Necessary for password protected shares. + * @param string $password the password to check against. Necessary for password protected shares. * @throws OCSNotFoundException Share not found * @throws OCSForbiddenException You are not allowed to send mail notifications * @throws OCSBadRequestException Invalid request or wrong password -- cgit v1.2.3