]> git.mxchange.org Git - friendica.git/commitdiff
Fix wrong variable type
authorMichael <heluecht@pirati.ca>
Sat, 16 Jul 2022 13:44:35 +0000 (13:44 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 16 Jul 2022 13:44:35 +0000 (13:44 +0000)
src/Model/Contact.php

index 5d1e92f4bc19f303cfd3ffed490856008eace6df..5997b1569b1b56ffe05a04d0cf8ddecbe5cbe015 100644 (file)
@@ -359,7 +359,7 @@ class Contact
         * @throws HTTPException\InternalServerErrorException
         * @throws \ImagickException
         */
-       public static function isFollowerByURL(string $url, uid $uid): bool
+       public static function isFollowerByURL(string $url, int $uid): bool
        {
                $cid = self::getIdForURL($url, $uid);