diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-07-12 15:11:10 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-07-12 20:14:30 +0200 |
commit | df42a10e56d2fd0721c97c8ef4ba4d8eadcea6af (patch) | |
tree | ce6a076cd90fa3afb0407cf552e7886156324d55 /apps/files_sharing/lib | |
parent | 9b84831c8d0c1d715cd42fa3e4e01ac8a59fa369 (diff) | |
download | nextcloud-server-df42a10e56d2fd0721c97c8ef4ba4d8eadcea6af.tar.gz nextcloud-server-df42a10e56d2fd0721c97c8ef4ba4d8eadcea6af.zip |
chore(files_sharing): lint & refactor fixes
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareAPIController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |