mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Fix PHPDoc on setPassword
This commit is contained in:
parent
ac08685234
commit
632e39a750
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue