Fix phpdoc
This commit is contained in:
parent
99ec26578a
commit
06c1c35ac9
|
@ -383,8 +383,8 @@ class OC_User {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Check if the password is correct
|
* @brief Check if the password is correct
|
||||||
* @param $uid The username
|
* @param string $uid The username
|
||||||
* @param $password The password
|
* @param string $password The password
|
||||||
* @returns string
|
* @returns string
|
||||||
*
|
*
|
||||||
* returns the path to the users home directory
|
* returns the path to the users home directory
|
||||||
|
|
Loading…
Reference in New Issue