add missing phpdoc

This commit is contained in:
Matthias Pfefferle 2023-04-26 17:24:27 +02:00
parent 0ee1266c30
commit b8c86915b5

View file

@ -220,6 +220,7 @@ class Followers {
/** /**
* Remove a Follower * Remove a Follower
* *
* @param int $user_id The ID of the WordPress User
* @param string $actor The Actor URL * @param string $actor The Actor URL
* *
* @return \Activitypub\Model\Follower The Follower object * @return \Activitypub\Model\Follower The Follower object