From b8c86915b5dc79b39c8b412160067b57171ed99b Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 26 Apr 2023 17:24:27 +0200 Subject: [PATCH] add missing phpdoc --- includes/collection/class-followers.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/collection/class-followers.php b/includes/collection/class-followers.php index f520702..cd7f5f7 100644 --- a/includes/collection/class-followers.php +++ b/includes/collection/class-followers.php @@ -208,8 +208,8 @@ class Followers { /** * Remove a Follower * - * @param int $user_id The ID of the WordPress User - * @param string $actor The Actor URL + * @param int $user_id The ID of the WordPress User + * @param string $actor The Actor URL * * @return bool|WP_Error True on success, false or WP_Error on failure. */ @@ -220,7 +220,8 @@ class Followers { /** * 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 */