Skip to content

Commit

Permalink
Merge pull request #21 from neos/analysis-d0mK6J
Browse files Browse the repository at this point in the history
TASK: Apply fixes from StyleCI
  • Loading branch information
daniellienert committed Dec 14, 2020
2 parents aa28997 + dd85e0a commit 57e4f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Transport/LoggingTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public function send(\Swift_Mime_SimpleMessage $message, &$failedRecipients = nu
{
self::$deliveredMessages[] = $message;

$this->logger->debug('Sent email to ' . $this->buildStringFromEmailAndNameArray($message->getTo()),
$this->logger->debug(
'Sent email to ' . $this->buildStringFromEmailAndNameArray($message->getTo()),
array_merge(LogEnvironment::fromMethodName(__METHOD__), ['message' => $message->toString()])
);

Expand Down

0 comments on commit 57e4f63

Please sign in to comment.