Release v5.4.9

by @fabpot

Some issues have been detected in this pull request

0
Coding Standard

Issues that can be fixed by applying a patch

Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:

curl https://fabbot.io/patch/symfony/symfony/46467/eb7aca969fc9391b67081f8df83732aa6d756aa4/typos.diff | patch -p0
diff -ru CHANGELOG-5.4.md CHANGELOG-5.4.md
--- CHANGELOG-5.4.md	2022-05-27 07:09:18.412684514 +0000
+++ CHANGELOG-5.4.md	2022-05-27 07:09:26.912862818 +0000
@@ -119,7 +119,7 @@
  * bug #45691 [Mailer] fix: stringify from address for ses+api transport (everyx)
  * bug #45696 Make FormErrorIterator generic (VincentLanglet)
  * bug #45676 [Process] Don't return executable directories in PhpExecutableFinder (fancyweb)
- * bug #45564 [symfony/mailjet-mailer] Fix invalid mailjet error managment (alamirault, fancyweb)
+ * bug #45564 [symfony/mailjet-mailer] Fix invalid mailjet error management (alamirault, fancyweb)
  * bug #45697 [Security] Fix return value of `NullToken::getUser()` (chalasr)
  * bug #45719 typehint of DkimOptions algorithm wrong (markusramsak)
  * bug #45702 [Form] Fix the usage of the Valid constraints in array-based forms (stof)

0
License Headers

Issues that cannot be fixed automatically

in Pull Request Description
  • You must add the standard Symfony pull request contribution header in the description (see https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).

0
File Permissions

0
Merge Commits

0
Exception Messages Formatting

0
Usage of void in test files

0
Use ::class whenever possible

0
Deprecation Messages