mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix: return type doc block added as per psalm
Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
parent
3dee8a213d
commit
0df1a29cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ class AllConfig implements IConfig {
|
|||
* @param int|null $limit how many users to fetch
|
||||
* @param int $offset from which offset to fetch
|
||||
* @param string $search search users based on search params
|
||||
* @return array of user IDs
|
||||
* @return list<string> list of user IDs
|
||||
*/
|
||||
public function getLastLoggedInUsers(?int $limit = null, int $offset = 0, string $search = ''): array {
|
||||
// TODO - FIXME
|
||||
|
|
|
|||
Loading…
Reference in a new issue