From abd244168f997608fa63739f54fe21a7fd712e5a Mon Sep 17 00:00:00 2001 From: yemkareems Date: Thu, 4 Jul 2024 18:38:03 +0530 Subject: [PATCH] fix: return type doc block added as per psalm Signed-off-by: yemkareems --- lib/private/AllConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/AllConfig.php b/lib/private/AllConfig.php index 0d7973ab0e5d6..b1b23ce1dd192 100644 --- a/lib/private/AllConfig.php +++ b/lib/private/AllConfig.php @@ -497,7 +497,7 @@ public function getUsersForUserValue($appName, $key, $value) { * @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 list of user IDs */ public function getLastLoggedInUsers(?int $limit = null, int $offset = 0, string $search = ''): array { // TODO - FIXME