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