add missing phpdoc
This commit is contained in:
parent
0ee1266c30
commit
b8c86915b5
1 changed files with 4 additions and 3 deletions
|
@ -208,8 +208,8 @@ class Followers {
|
||||||
/**
|
/**
|
||||||
* Remove a Follower
|
* Remove a 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
|
||||||
*
|
*
|
||||||
* @return bool|WP_Error True on success, false or WP_Error on failure.
|
* @return bool|WP_Error True on success, false or WP_Error on failure.
|
||||||
*/
|
*/
|
||||||
|
@ -220,7 +220,8 @@ class Followers {
|
||||||
/**
|
/**
|
||||||
* Remove a Follower
|
* Remove a Follower
|
||||||
*
|
*
|
||||||
* @param string $actor The Actor URL
|
* @param int $user_id The ID of the WordPress User
|
||||||
|
* @param string $actor The Actor URL
|
||||||
*
|
*
|
||||||
* @return \Activitypub\Model\Follower The Follower object
|
* @return \Activitypub\Model\Follower The Follower object
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue