Merge pull request #64 from alexgleason/patch-1

Fix code comments
This commit is contained in:
Matthias Pfefferle 2019-09-08 22:39:26 +02:00 committed by GitHub
commit 702fc3df04
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 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 int $user_id The id of the local blog-user