Release v6.1.2

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/46783/6108bf747e69c738f6cd6a70156dc59404e3af5d/typos.diff | patch -p0
diff -ru CHANGELOG-6.1.md CHANGELOG-6.1.md
--- CHANGELOG-6.1.md	2022-06-26 17:06:24.960586723 +0000
+++ CHANGELOG-6.1.md	2022-06-26 17:06:32.192738334 +0000
@@ -117,7 +117,7 @@
  * 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 #46274 [HtmlSanitizer] Fix node renderer handling of self-closing (void) elements (omniError)
- * 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 #46272 [DependencyInjection] Fix resolving parameters found in #[Autowire] (nicolas-grekas)
@@ -218,7 +218,7 @@
  * feature #45563 Deprecate requiring the "symfony/symfony" package (nicolas-grekas)
  * feature #45616 [HttpClient] Remove credentials from requests redirected to same host but different port (GromNaN)
  * feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
- * feature #45421  [Translation] Add the possibilty to export xliff translation with the .xliff suffix (DanielBadura)
+ * feature #45421  [Translation] Add the possibility to export xliff translation with the .xliff suffix (DanielBadura)
  * feature #45152 Ability to customize payload when sending mail through mailjet+api (gam6itko)
  * feature #44665 [HttpKernel] Add the UidValueResolver argument value resolver (fancyweb)
  * feature #44073 [ExpressionLanguage] Support lexing numbers with underscores and decimals with no leading zero (fancyweb)

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