Fix comments

This commit is contained in:
Alex Gleason 2019-09-07 21:32:58 -05:00 committed by GitHub
parent 91f0dd9841
commit b266ad0aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ class Inbox {
} }
/** /**
* Handles "Unfollow" requests * Handles "Reaction" requests
* *
* @param array $object The activity-object * @param array $object The activity-object
* @param int $user_id The id of the local blog-user * @param int $user_id The id of the local blog-user
@ -219,7 +219,7 @@ class Inbox {
} }
/** /**
* Handles "Unfollow" requests * Handles "Create" requests
* *
* @param array $object The activity-object * @param array $object The activity-object
* @param int $user_id The id of the local blog-user * @param int $user_id The id of the local blog-user