diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-11 18:05:28 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-13 19:08:14 +0100 |
commit | b653ad164b83afbc07d7a82d2e4461dace28ba6a (patch) | |
tree | e1923c2b5116f0f8a242491f949d56db63288e1a /lib/private/user.php | |
parent | f5bc680f9c725c0aea166f3fc3eee8e0bcf5427c (diff) | |
download | nextcloud-server-b653ad164b83afbc07d7a82d2e4461dace28ba6a.tar.gz nextcloud-server-b653ad164b83afbc07d7a82d2e4461dace28ba6a.zip |
Replace @returns with @return, in /lib
Diffstat (limited to 'lib/private/user.php')
-rw-r--r-- | lib/private/user.php | 8 |
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 |