Fix wrong variable type

This commit is contained in:
Michael 2022-07-16 13:44:35 +00:00
parent 8b7cb5d9ef
commit 0a19759e4f

View file

@ -359,7 +359,7 @@ class Contact
* @throws HTTPException\InternalServerErrorException * @throws HTTPException\InternalServerErrorException
* @throws \ImagickException * @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); $cid = self::getIdForURL($url, $uid);