Skip to content

Commit 878a25d

Browse files
Merge branch '5.4' into 6.4
* 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`
2 parents 8def581 + 6af2ef1 commit 878a25d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChatterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Notifier\Transport\TransportInterface;
1515

1616
/**
17-
* Interface for classes able to send chat messages synchronous and/or asynchronous.
17+
* Interface for classes able to send chat messages synchronously and/or asynchronously.
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*/

TexterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Notifier\Transport\TransportInterface;
1515

1616
/**
17-
* Interface for classes able to send SMS messages synchronous and/or asynchronous.
17+
* Interface for classes able to send SMS messages synchronously and/or asynchronously.
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*/

0 commit comments

Comments
 (0)