aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-07-12 15:11:10 +0200
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-07-12 20:14:30 +0200
commitdf42a10e56d2fd0721c97c8ef4ba4d8eadcea6af (patch)
treece6a076cd90fa3afb0407cf552e7886156324d55 /apps/files_sharing/lib
parent9b84831c8d0c1d715cd42fa3e4e01ac8a59fa369 (diff)
downloadnextcloud-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.php2
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