diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/IConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IConfig.php b/lib/public/IConfig.php index 175f0e90c49..01d513fc2b1 100644 --- a/lib/public/IConfig.php +++ b/lib/public/IConfig.php @@ -256,7 +256,7 @@ interface IConfig { * @param int|null $limit how many records to fetch * @param int $offset from which offset to fetch * @param string $search search users based on search params - * @return list<string> list of user IDs + * @return array<string, string> list of user IDs * @since 30.0.0 */ public function getLastLoggedInUsers(?int $limit = null, int $offset = 0, string $search = ''): array; |