diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-28 19:08:03 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-28 19:08:30 +0100 |
commit | 06c1c35ac90f7920afa637ab0b628529b4135d40 (patch) | |
tree | a103c084df05a248cdb413017ad5ecd806f33a61 /lib/user.php | |
parent | 99ec26578a78467356a1ae4b154ce9138dbc6eb9 (diff) | |
download | nextcloud-server-06c1c35ac90f7920afa637ab0b628529b4135d40.tar.gz nextcloud-server-06c1c35ac90f7920afa637ab0b628529b4135d40.zip |
Fix phpdoc
Diffstat (limited to 'lib/user.php')
-rw-r--r-- | lib/user.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/user.php b/lib/user.php index fd0ed6ecd3a..85240ce6b68 100644 --- a/lib/user.php +++ b/lib/user.php @@ -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 |