Apply suggestions from code review

Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
Michael Vogel 2023-01-08 13:00:58 +01:00 committed by GitHub
commit 1ef9768b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ class Salmon extends \Friendica\BaseModule
protected function post(array $request = [])
{
$xml = Network::postdata();
$this->logger->debug('Gut request data.', ['request' => $request]);
$this->logger->debug('Got request data.', ['request' => $request]);
$nickname = $this->parameters['nickname'] ?? '';
if (empty($nickname)) {