Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-12 01:32:26 +0400
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 22:08:14 +0400
commit3bed3d2a23748f40c041d9daf9af26a2e16fe03b (patch)
tree884b9259419f8df8288122616bdb611797d17025 /lib/private/user.php
parent87b548ed91c03f051a93cc39bf94650922c1f55f (diff)
Change parameter type for useBackend
Diffstat (limited to 'lib/private/user.php')
-rw-r--r--lib/private/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/user.php b/lib/private/user.php
index 2ba681cd4a4..90aac88cdc8 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -98,7 +98,7 @@ class OC_User {
/**
* @brief Adds the backend to the list of used backends
- * @param string|OC_User_Backend $backend default: database The backend to use for user management
+ * @param string|OC_User_Interface $backend default: database The backend to use for user management
* @return bool
*
* Set the User Authentication Module