]> git.mxchange.org Git - friendica.git/commitdiff
Ops
authorRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2022 21:39:13 +0000 (23:39 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2022 21:40:29 +0000 (23:40 +0200)
src/Core/Search.php

index 0065274a3a67e3f15c9209370c7fefbcccb1595b..5ae1dd7ac4a9c0aecc1fcd6b590c161770722a71 100644 (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();