diff options
author | Robin Appelman <robin@icewind.nl> | 2023-02-08 11:46:37 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-05-11 17:30:03 +0200 |
commit | 7ad3574d71e0565438753cf94878723b540ae54f (patch) | |
tree | b6c9ac714981b7f58c6890ef905124ee54b580a9 /lib/public | |
parent | e4b9ecd8f2d5f98c2f67cf31c151909c81075653 (diff) | |
download | nextcloud-server-7ad3574d71e0565438753cf94878723b540ae54f.tar.gz nextcloud-server-7ad3574d71e0565438753cf94878723b540ae54f.zip |
also update groupinterface and database backend
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/GroupInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |