Skip to content

Commit e5f4829

Browse files
Merge branch '7.1' into 7.2
* 7.1: (21 commits) [Serializer] [ObjectNormalizer] Use bool filter when FILTER_BOOL is set [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun Reviewed Catalan missing translations [AssetMapper] Upgrade importmap polyfill [HttpClient] Fix initializing InformationalChunk Fix typo: synchronous -> synchronously forward exceptions caught in the AbstractObjectNormalizer [Serializer] Check if exception message in test is correct [Serializer] Check if exception message in test is correct take the new DOM HTMLElement class into account Ibexa is sponsoring Symfony 5.4, thanks to them! \o/ [FrameworkBundle] Fix warming up routes [VarDumper] Fix `FFICaster` test to be platform-adaptable [String] Add `alias` case to `EnglishInflector` [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD [VarExporter] generate __doUnserialize() method in ProxyHelper::generateLazyProxy() Double check if pcntl function exists Add additional headers in Scaleway bridge [VarDumper] Fix FFI caster test ...
2 parents f0a8443 + 8fcff0a commit e5f4829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MailerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Mime\RawMessage;
1616

1717
/**
18-
* Interface for mailers able to send emails synchronous and/or asynchronous.
18+
* Interface for mailers able to send emails synchronously and/or asynchronously.
1919
*
2020
* Implementations must support synchronous and asynchronous sending.
2121
*

0 commit comments

Comments
 (0)