fix: return type doc block added as per psalm

Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
yemkareems 2024-07-04 18:38:03 +05:30
parent 3dee8a213d
commit 0df1a29cf0

View file

@ -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