Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-12-30 02:48:01 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-22 08:50:47 +0300
commitf99876997a9119518fe5f7ad3a3a51d33459d4cc (patch)
tree46cc6604137a904f3b8b9eff8c226d713bd48ac1 /lib/public
parent0f3f6a6c54f492b6efe95aad15e9c4290bd4df6e (diff)
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')
-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 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
*/