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-11 21:05:28 +0400
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 22:08:14 +0400
commitb653ad164b83afbc07d7a82d2e4461dace28ba6a (patch)
treee1923c2b5116f0f8a242491f949d56db63288e1a /lib/private/user.php
parentf5bc680f9c725c0aea166f3fc3eee8e0bcf5427c (diff)
Replace @returns with @return, in /lib
Diffstat (limited to 'lib/private/user.php')
-rw-r--r--lib/private/user.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/private/user.php b/lib/private/user.php
index 7106d664aca..bf101a29b99 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -77,7 +77,7 @@ class OC_User {
/**
* @brief gets available backends
* @deprecated
- * @returns array of backends
+ * @return array of backends
*
* Returns the names of all backends.
*/
@@ -88,7 +88,7 @@ class OC_User {
/**
* @brief gets used backends
* @deprecated
- * @returns array of backends
+ * @return array of backends
*
* Returns the names of all used backends.
*/
@@ -321,7 +321,7 @@ class OC_User {
/**
* @brief Check if the user is logged in
- * @returns bool
+ * @return bool
*
* Checks if the user is logged in
*/
@@ -517,7 +517,7 @@ class OC_User {
/**
* @brief Get a list of all users
- * @returns array with all uids
+ * @return array with all uids
*
* Get a list of all users.
* @param string $search