Release v5.4.22

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/49882/4dcc77eaa85caa5fba4798d71888b1fb078618cf/typos.diff | patch -p0
diff -ru CHANGELOG-5.4.md CHANGELOG-5.4.md
--- CHANGELOG-5.4.md	2023-03-31 11:54:55.015132968 +0000
+++ CHANGELOG-5.4.md	2023-03-31 11:55:01.699409584 +0000
@@ -464,7 +464,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