Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun
  Reviewed Catalan missing translations
  [AssetMapper] Upgrade importmap polyfill
  Fix typo: synchronous -> synchronously
  [Serializer] Check if exception message in test is correct
  Ibexa is sponsoring Symfony 5.4, thanks to them! \o/
  [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
  [DependencyInjection] Add test coverage for `AutowireCallable::buildDefinition()`
  • Loading branch information
nicolas-grekas committed Jun 28, 2024
2 parents d88ddb9 + 878a25d commit 1fcd4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChatterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Notifier\Transport\TransportInterface;

/**
* Interface for classes able to send chat messages synchronous and/or asynchronous.
* Interface for classes able to send chat messages synchronously and/or asynchronously.
*
* @author Fabien Potencier <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion TexterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Notifier\Transport\TransportInterface;

/**
* Interface for classes able to send SMS messages synchronous and/or asynchronous.
* Interface for classes able to send SMS messages synchronously and/or asynchronously.
*
* @author Fabien Potencier <[email protected]>
*/
Expand Down

0 comments on commit 1fcd4ab

Please sign in to comment.