From: Roland Häder Date: Tue, 19 Jul 2022 21:39:13 +0000 (+0200) Subject: Ops X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c540517e7999fd7e9bf345fb2a5945ed2e63f96;p=friendica.git Ops --- 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();