Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert authored and StyleCIBot committed Dec 14, 2020
1 parent aa28997 commit dd85e0a
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 dd85e0a

Please sign in to comment.