From 3c540517e7999fd7e9bf345fb2a5945ed2e63f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 19 Jul 2022 23:39:13 +0200 Subject: [PATCH] Ops --- src/Core/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Search.php b/src/Core/Search.php index 0065274a3a..5ae1dd7ac4 100644 --- a/src/Core/Search.php +++ b/src/Core/Search.php @@ -102,7 +102,7 @@ class Search * @return ResultList * @throws HTTPException\InternalServerErrorException */ - public static function getContactsFromGlobalDirectory(string $search, int$type = self::TYPE_ALL, int $page = 1): ResultList + public static function getContactsFromGlobalDirectory(string $search, int $type = self::TYPE_ALL, int $page = 1): ResultList { $server = self::getGlobalDirectory();