diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-12-30 00:48:01 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-22 06:50:47 +0100 |
commit | f99876997a9119518fe5f7ad3a3a51d33459d4cc (patch) | |
tree | 46cc6604137a904f3b8b9eff8c226d713bd48ac1 /lib/public/Share/IShare.php | |
parent | 0f3f6a6c54f492b6efe95aad15e9c4290bd4df6e (diff) | |
download | nextcloud-server-f99876997a9119518fe5f7ad3a3a51d33459d4cc.tar.gz nextcloud-server-f99876997a9119518fe5f7ad3a3a51d33459d4cc.zip |
Remove duplicated query for email shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'lib/public/Share/IShare.php')
-rw-r--r-- | lib/public/Share/IShare.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index 194aacac2aa..480d6c06e17 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -433,7 +433,7 @@ interface IShare { * When the share is passed to the share manager to be created * or updated the password will be hashed. * - * @param string $password + * @param string|null $password * @return \OCP\Share\IShare The modified object * @since 9.0.0 */ |