mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
Apply suggestions from code review
Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
parent
c074da2b87
commit
1ef9768b98
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ class PubSubHubBub extends \Friendica\BaseModule
|
|||
throw new HTTPException\ForbiddenException();
|
||||
}
|
||||
|
||||
$this->logger->debug('Gut request data.', ['request' => $request]);
|
||||
$this->logger->debug('Got request data.', ['request' => $request]);
|
||||
|
||||
// Subscription request from subscriber
|
||||
// https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html#rfc.section.5.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue