diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-07-19 18:46:43 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-01 08:20:16 +0200 |
commit | 10414d2e7d9f5605057d7432e899829bc5ba1dcd (patch) | |
tree | ce7083e740bcd7188849da872890cf1807128f18 | |
parent | 4166d61ce6343cab8e40dd223a02184f13a1e7a3 (diff) | |
download | nextcloud-server-10414d2e7d9f5605057d7432e899829bc5ba1dcd.tar.gz nextcloud-server-10414d2e7d9f5605057d7432e899829bc5ba1dcd.zip |
Properly suppress
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r-- | lib/public/User.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/User.php b/lib/public/User.php index 7cc18b99b36..ef0096deab4 100644 --- a/lib/public/User.php +++ b/lib/public/User.php @@ -89,7 +89,7 @@ class User { * @return array an array of all display names (value) and the correspondig uids (key) * @deprecated 8.1.0 use method searchDisplayName() of \OCP\IUserManager - \OC::$server->getUserManager() * @since 5.0.0 - * @suppressed PhanDeprecatedFunction + * @suppress PhanDeprecatedFunction */ public static function getDisplayNames( $search = '', $limit = null, $offset = null ) { return \OC_User::getDisplayNames( $search, $limit, $offset ); |