diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-15 13:12:17 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-16 22:21:57 +0100 |
commit | a17f9111a087055306f8aabf1b4a0c4aca9684e8 (patch) | |
tree | eca4b8300adc640630f5b3f5478aa3b728668e7d /apps/user_ldap/user_proxy.php | |
parent | c4f1de63a8ebe137566e034641b7bc3b05a05058 (diff) | |
download | nextcloud-server-a17f9111a087055306f8aabf1b4a0c4aca9684e8.tar.gz nextcloud-server-a17f9111a087055306f8aabf1b4a0c4aca9684e8.zip |
PHPDoc fixes for user_ldap
Diffstat (limited to 'apps/user_ldap/user_proxy.php')
-rw-r--r-- | apps/user_ldap/user_proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php index 412d6a05adf..a134d1c0c3e 100644 --- a/apps/user_ldap/user_proxy.php +++ b/apps/user_ldap/user_proxy.php @@ -119,7 +119,7 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface { /** * @brief Get a list of all users - * @return array with all uids + * @return string[] with all uids * * Get a list of all users. */ |