diff options
author | yemkareems <yemkareems@gmail.com> | 2024-05-08 14:47:55 +0530 |
---|---|---|
committer | yemkareems <yemkareems@gmail.com> | 2024-07-08 15:42:55 +0530 |
commit | 33b38c6573cbd197989539601ddfcb4524eb4c48 (patch) | |
tree | a1f9ce43cf18b59c7a62e6b8c2ec91a23366fa74 /lib/public | |
parent | c8c68c3510d1d2ccd73ff5a351ac3b1e5c5a2c5a (diff) | |
download | nextcloud-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.php | 2 |
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 |