phpdoc fixes
This commit is contained in:
parent
6d96daa635
commit
f64a765129
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ class Followers {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles "Unfollow" requests
|
* Handle "Unfollow" requests
|
||||||
*
|
*
|
||||||
* @param array $object The JSON "Undo" Activity
|
* @param array $object The JSON "Undo" Activity
|
||||||
* @param int $user_id The ID of the ID of the WordPress User
|
* @param int $user_id The ID of the ID of the WordPress User
|
||||||
|
@ -202,7 +202,7 @@ class Followers {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a new Follower
|
* Add new Follower
|
||||||
*
|
*
|
||||||
* @param int $user_id The ID of the WordPress User
|
* @param int $user_id The ID of the WordPress User
|
||||||
* @param string $actor The Actor URL
|
* @param string $actor The Actor URL
|
||||||
|
|
Loading…
Reference in a new issue