diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-23 16:09:40 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-07-23 16:11:06 +0200 |
commit | 632e39a750ebc9e7063fe1b73fab059ef511f692 (patch) | |
tree | 8fea5f952a35f1a31765c2577b30cfe104b18615 | |
parent | ac08685234249f5045e9f73f49d1cd05c283dbc2 (diff) | |
download | nextcloud-server-632e39a750ebc9e7063fe1b73fab059ef511f692.tar.gz nextcloud-server-632e39a750ebc9e7063fe1b73fab059ef511f692.zip |
Fix PHPDoc on setPassword
-rw-r--r-- | lib/private/share/share.php | 2 | ||||
-rw-r--r-- | lib/public/share.php | 2 |
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 |