This commit is contained in:
Roland Häder 2022-07-19 23:39:13 +02:00
parent cf8698afe6
commit 3c540517e7
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77

View File

@ -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();