diff --git a/src/Core/Search.php b/src/Core/Search.php index 0065274a3..5ae1dd7ac 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();