Fix wrong variable type

pull/11742/head
Michael 2022-07-16 13:44:35 +00:00
parent 8b7cb5d9ef
commit 0a19759e4f
1 changed files with 1 additions and 1 deletions

View 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);