diff options
-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 ); |