aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authoryemkareems <yemkareems@gmail.com>2024-05-08 14:47:55 +0530
committeryemkareems <yemkareems@gmail.com>2024-07-08 15:42:55 +0530
commit33b38c6573cbd197989539601ddfcb4524eb4c48 (patch)
treea1f9ce43cf18b59c7a62e6b8c2ec91a23366fa74 /lib/public
parentc8c68c3510d1d2ccd73ff5a351ac3b1e5c5a2c5a (diff)
downloadnextcloud-server-33b38c6573cbd197989539601ddfcb4524eb4c48.tar.gz
nextcloud-server-33b38c6573cbd197989539601ddfcb4524eb4c48.zip
fix: cs fix and psalm ci related changes
Signed-off-by: yemkareems <yemkareems@gmail.com>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/UserInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php
index 3f42d17383a..765da3a87a2 100644
--- a/lib/public/UserInterface.php
+++ b/lib/public/UserInterface.php
@@ -45,7 +45,7 @@ interface UserInterface {
* @return string[] an array of all uids
* @since 4.5.0
*/
- public function getUsers($search = '', $limit = null, $offset = null, $orderBy = 'lastLogin', $sort = 'DESC'): array;
+ public function getUsers($search = '', $limit = null, $offset = null, $orderBy = 'lastLogin', $sort = 'DESC');
/**
* check if a user exists