Release v6.0.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/46468/b4728971a594bc7ad06d752af81b6e582b8af95b/typos.diff | patch -p0
diff -ru CHANGELOG-6.0.md CHANGELOG-6.0.md
--- CHANGELOG-6.0.md	2022-05-27 07:14:39.745424952 +0000
+++ CHANGELOG-6.0.md	2022-05-27 07:14:47.574589180 +0000
@@ -45,7 +45,7 @@
  * bug #46277 [HttpKernel] Fix SessionListener without session in request (edditor)
  * bug #46282 [DoctrineBridge] Treat firstResult === 0 like null (derrabus)
  * bug #46239 [Translation] Refresh local translations on PushCommand if the provider has domains (Florian-B)
- * bug #46276 [DependencyInjection] Fix lazyness of AutowiringFailedException (nicolas-grekas)
+ * bug #46276 [DependencyInjection] Fix laziness of AutowiringFailedException (nicolas-grekas)
  * bug #46278 [Workflow] Fix deprecated syntax for interpolated strings (nicolas-grekas)
  * bug #46264 [Console] Better required argument check in InputArgument (jnoordsij)
  * bug #46262 [EventDispatcher] Fix removing listeners when using first-class callable syntax (javer)
@@ -123,7 +123,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