Fix wrong variable type
This commit is contained in:
parent
8b7cb5d9ef
commit
0a19759e4f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue