Просмотр исходного кода

Merge pull request #45229 from nextcloud/backport/45219/stable27

[stable27] fix(userstatus): Fix docs of user status manager
tags/v27.1.10rc1
Joas Schilling 1 месяц назад
Родитель
Сommit
e494f6b465
Аккаунт пользователя с таким Email не найден
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      lib/public/UserStatus/IManager.php
  2. 1
    1
      lib/public/UserStatus/IProvider.php

+ 1
- 1
lib/public/UserStatus/IManager.php Просмотреть файл

@@ -39,7 +39,7 @@ interface IManager {
* Gets the statuses for all users in $users
*
* @param string[] $userIds
* @return IUserStatus[]
* @return array<string, IUserStatus> array key being the userid, users without a status will not be in the returned array
* @since 20.0.0
*/
public function getUserStatuses(array $userIds): array;

+ 1
- 1
lib/public/UserStatus/IProvider.php Просмотреть файл

@@ -35,7 +35,7 @@ interface IProvider {
* Gets the statuses for all users in $users
*
* @param string[] $userIds
* @return IUserStatus[]
* @return array<string, IUserStatus> array key being the userid, users without a status will not be in the returned array
* @since 20.0.0
*/
public function getUserStatuses(array $userIds):array;

Загрузка…
Отмена
Сохранить