summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-07-23 16:09:40 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-07-23 16:11:06 +0200
commit632e39a750ebc9e7063fe1b73fab059ef511f692 (patch)
tree8fea5f952a35f1a31765c2577b30cfe104b18615
parentac08685234249f5045e9f73f49d1cd05c283dbc2 (diff)
downloadnextcloud-server-632e39a750ebc9e7063fe1b73fab059ef511f692.tar.gz
nextcloud-server-632e39a750ebc9e7063fe1b73fab059ef511f692.zip
Fix PHPDoc on setPassword
-rw-r--r--lib/private/share/share.php2
-rw-r--r--lib/public/share.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php
index ab42c0daab4..c0285125234 100644
--- a/lib/private/share/share.php
+++ b/lib/private/share/share.php
@@ -1219,7 +1219,7 @@ class Share extends Constants {
}
/**
- * Set expiration date for a share
+ * Set password for a public link share
*
* @param IUserSession $userSession
* @param IDBConnection $connection
diff --git a/lib/public/share.php b/lib/public/share.php
index 86e6deb9194..0f5c68c576d 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -344,7 +344,7 @@ class Share extends \OC\Share\Constants {
}
/**
- * Set expiration date for a share
+ * Set password for a public link share
* @param int $shareId
* @param string $password
* @return boolean