Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun
  Reviewed Catalan missing translations
  Fix typo: synchronous -> synchronously
  [Serializer] Check if exception message in test is correct
  Ibexa is sponsoring Symfony 5.4, thanks to them! \o/
  [String] Add `alias` case to `EnglishInflector`
  • Loading branch information
nicolas-grekas committed Jun 28, 2024
2 parents 7632642 + 13f4fac commit e2d56f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Mime\RawMessage;

/**
* Interface for mailers able to send emails synchronous and/or asynchronous.
* Interface for mailers able to send emails synchronously and/or asynchronously.
*
* Implementations must support synchronous and asynchronous sending.
*
Expand Down

0 comments on commit e2d56f1

Please sign in to comment.