diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-11 18:28:45 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-13 19:08:14 +0100 |
commit | a7ae2e874a28aed2c190840634db50a19ab1d2e7 (patch) | |
tree | 1e86370be647a8845bf2ac11c0287def1f3802db /lib/private/user.php | |
parent | b5bc37d2e40aba0ab8d3e72e7f7075352839096d (diff) | |
download | nextcloud-server-a7ae2e874a28aed2c190840634db50a19ab1d2e7.tar.gz nextcloud-server-a7ae2e874a28aed2c190840634db50a19ab1d2e7.zip |
Squash 'a | b' into 'a|b', in /lib
Diffstat (limited to 'lib/private/user.php')
-rw-r--r-- | lib/private/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/user.php b/lib/private/user.php index 7f8d7bf263b..2ba681cd4a4 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_Backend $backend default: database The backend to use for user management * @return bool * * Set the User Authentication Module |