update phpdoc
This commit is contained in:
parent
079f918d5c
commit
5d572c3449
2 changed files with 5 additions and 3 deletions
|
@ -32,6 +32,8 @@ class Keymanager {
|
|||
/**
|
||||
* @brief retrieve the ENCRYPTED private key from a user
|
||||
*
|
||||
* @param \OC_FilesystemView $view
|
||||
* @param string $user
|
||||
* @return string private key or false (hopefully)
|
||||
* @note the key returned by this method must be decrypted before use
|
||||
*/
|
||||
|
|
|
@ -97,8 +97,8 @@ class Session {
|
|||
|
||||
/**
|
||||
* @brief Sets user private key to session
|
||||
* @param string $privateKey
|
||||
* @return bool
|
||||
*
|
||||
*/
|
||||
public function setPrivateKey( $privateKey ) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue