Skip to content

Commit

Permalink
Merge branch '5.0' into 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Jun 21, 2021
2 parents bcb806b + 9927096 commit 9c729e0
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 @@ -167,7 +167,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 9c729e0

Please sign in to comment.