diff options
Diffstat (limited to 'lib/public/IGroup.php')
-rw-r--r-- | lib/public/IGroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index 51417641e26..9739a324168 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.php @@ -135,7 +135,7 @@ interface IGroup { * @return IUser[] * @since 8.0.0 */ - public function searchDisplayName(string $search, int $limit = null, int $offset = null): array; + public function searchDisplayName(string $search, ?int $limit = null, ?int $offset = null): array; /** * Get the names of the backends the group is connected to |