mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +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
|
@ -58,7 +58,7 @@ class PubSub extends \Friendica\BaseModule
|
|||
|
||||
$this->logger->info('Feed arrived.', ['from' => $this->request->getRemoteAddress(), 'for' => $this->args->getCommand(), 'user-agent' => $this->server['HTTP_USER_AGENT']]);
|
||||
$this->logger->debug('Data stream.', ['xml' => $xml]);
|
||||
$this->logger->debug('Gut request data.', ['request' => $request]);
|
||||
$this->logger->debug('Got request data.', ['request' => $request]);
|
||||
|
||||
$nickname = $this->parameters['nickname'] ?? '';
|
||||
$contact_id = $this->parameters['cid'] ?? 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue