Release v4.4.43

by @fabpot

Some issues have been detected in this pull request

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/46780/18b5142f507aff57cc017407278f701e074f1351/cs.diff | patch -p0
diff -ru src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/HttpKernel/Kernel.php
--- src/Symfony/Component/HttpKernel/Kernel.php	2022-06-26 16:51:38.598001293 +0000
+++ src/Symfony/Component/HttpKernel/Kernel.php	2022-06-26 16:51:46.039157412 +0000
@@ -237,7 +237,7 @@
     /**
      * {@inheritdoc}
      */
-    public function locateResource($name/*, $dir = null, $first = true, $triggerDeprecation = true*/)
+    public function locateResource($name/* , $dir = null, $first = true, $triggerDeprecation = true */)
     {
         if (2 <= \func_num_args()) {
             $dir = func_get_arg(1);

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/46780/18b5142f507aff57cc017407278f701e074f1351/typos.diff | patch -p0
diff -ru CHANGELOG-4.4.md CHANGELOG-4.4.md
--- CHANGELOG-4.4.md	2022-06-26 16:51:38.206993090 +0000
+++ CHANGELOG-4.4.md	2022-06-26 16:51:46.412165238 +0000
@@ -1238,7 +1238,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)
@@ -1535,7 +1535,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