Fix phpdoc
This commit is contained in:
parent
99ec26578a
commit
06c1c35ac9
1 changed files with 2 additions and 2 deletions
|
@ -383,8 +383,8 @@ class OC_User {
|
|||
|
||||
/**
|
||||
* @brief Check if the password is correct
|
||||
* @param $uid The username
|
||||
* @param $password The password
|
||||
* @param string $uid The username
|
||||
* @param string $password The password
|
||||
* @returns string
|
||||
*
|
||||
* returns the path to the users home directory
|
||||
|
|
Loading…
Reference in a new issue