aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IShare.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-15 10:38:55 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2024-01-09 10:56:06 +0100
commit7b6a650b6e09b07d4b85a4ae84eb64a6c32b217f (patch)
treef5e479b0bca0a027ef289135c8216cda10f82b14 /lib/public/Share/IShare.php
parentfdc64ea2f527d25c382901ed906f71fca89fd1b3 (diff)
downloadnextcloud-server-7b6a650b6e09b07d4b85a4ae84eb64a6c32b217f.tar.gz
nextcloud-server-7b6a650b6e09b07d4b85a4ae84eb64a6c32b217f.zip
feat: public dav endpoint v2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/Share/IShare.php')
-rw-r--r--lib/public/Share/IShare.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php
index e5a943b0bac..74d404101cd 100644
--- a/lib/public/Share/IShare.php
+++ b/lib/public/Share/IShare.php
@@ -474,7 +474,7 @@ interface IShare {
* If this share is obtained via a shareprovider the password is
* hashed.
*
- * @return string
+ * @return string|null
* @since 9.0.0
*/
public function getPassword();