Release v4.4.42

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/46466/4c958d14f81e4ae5f25be00513357b68a2b108e5/typos.diff | patch -p0
diff -ru CHANGELOG-4.4.md CHANGELOG-4.4.md
--- CHANGELOG-4.4.md	2022-05-27 07:04:33.045698513 +0000
+++ CHANGELOG-4.4.md	2022-05-27 07:04:42.337893430 +0000
@@ -1216,7 +1216,7 @@
  * bug #34802 [Security] Check UserInterface::getPassword is not null before calling needsRehash (dbrekelmans)
  * bug #34788 [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass (fancyweb)
  * bug #34859 [SecurityBundle] Fix TokenStorage::reset not called in stateless firewall (jderusse)
- * bug #34827 [HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists (rafaeltovar)
+ * bug #34827 [HttpFoundation] get currently session.gc_maxlifetime if ttl doesn't exists (rafaeltovar)
  * bug #34755 [FrameworkBundle] resolve service locators in `debug:*` commands (nicolas-grekas)
  * bug #34832 [Validator] Allow underscore character "_" in URL username and password (romainneutron)
  * bug #34811 [TwigBridge] Update bootstrap_4_layout.html.twig missing switch-custom label (sabruss)
@@ -1513,7 +1513,7 @@
  * feature #32446 [Lock] rename and deprecate Factory into LockFactory (Simperfit)
  * feature #31975 Dynamic bundle assets (garak)
  * feature #32429 [VarDumper] Let browsers trigger their own search on double CMD/CTRL + F (ogizanagi)
- * feature #32198 [Lock] Split "StoreInterface" into multiple interfaces with less responsability (Simperfit)
+ * feature #32198 [Lock] Split "StoreInterface" into multiple interfaces with less responsibility (Simperfit)
  * feature #31511 [Validator] Allow to use property paths to get limits in range constraint (Lctrs)
  * feature #32424 [Console] don't redraw progress bar more than every 100ms by default (nicolas-grekas)
  * feature #32418 [Console] Added Application::reset() (lyrixx)

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