Skip to content

Commit

Permalink
Merge branch '5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Jun 21, 2021
2 parents 168907c + 9c729e0 commit 7d88107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Finishers/EmailFinisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected function executeInternal()
}
}

protected function addMessages(SwiftMailerMessage $mail, array $messages)
protected function addMessages(SwiftMailerMessage $mail, array $messages): void
{
foreach ($messages as $messageFormat => $message) {
if (count($messages) === 1) {
Expand Down

0 comments on commit 7d88107

Please sign in to comment.