]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Search.php
Merge pull request #11812 from annando/ap-performance
[friendica.git] / 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();