From 7ad3574d71e0565438753cf94878723b540ae54f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 8 Feb 2023 11:46:37 +0100 Subject: also update groupinterface and database backend Signed-off-by: Robin Appelman --- lib/public/GroupInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public') diff --git a/lib/public/GroupInterface.php b/lib/public/GroupInterface.php index 56863100c05..a18d38df002 100644 --- a/lib/public/GroupInterface.php +++ b/lib/public/GroupInterface.php @@ -95,7 +95,7 @@ interface GroupInterface { * * Returns a list with all groups */ - public function getGroups($search = '', $limit = -1, $offset = 0); + public function getGroups(string $search = '', int $limit = -1, int $offset = 0); /** * check if a group exists -- cgit v1.2.3