Browse Source

Fix phpdoc

tags/v5.0.0alpha1
Robin Appelman 11 years ago
parent
commit
06c1c35ac9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lib/user.php

+ 2
- 2
lib/user.php View File

@@ -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…
Cancel
Save