From 8e632d6f0fd972d8b5e2f0f22af49783bb41b7b2 Mon Sep 17 00:00:00 2001 From: michalsn Date: Sat, 21 Jun 2025 07:19:27 +0200 Subject: [PATCH 1/3] docs: note removal of AbstractRenderer::SORT_FULL and richSort in Kint v6 --- user_guide_src/source/installation/upgrade_460.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_guide_src/source/installation/upgrade_460.rst b/user_guide_src/source/installation/upgrade_460.rst index bb78d0f47e32..f3ea9fefc9c1 100644 --- a/user_guide_src/source/installation/upgrade_460.rst +++ b/user_guide_src/source/installation/upgrade_460.rst @@ -210,6 +210,8 @@ Config - ``Config\Feature::$strictLocaleNegotiation`` has been added. - app/Config/Routing.php - ``Config\Routing::$translateUriToCamelCase`` has been changed to ``true``. +- app/Config/Kint.php + - ``Config\Kint::$richSort`` has been removed. All Changes =========== @@ -222,7 +224,6 @@ many will be simple comments or formatting that have no effect on the runtime: - app/Config/Database.php - app/Config/Feature.php - app/Config/Format.php -- app/Config/Kint.php - app/Config/Routing.php - app/Config/Security.php - app/Views/errors/html/debug.css From 5db324c85b5178c5c7f3fb4801f87d129c1add6d Mon Sep 17 00:00:00 2001 From: michalsn Date: Sat, 21 Jun 2025 07:24:02 +0200 Subject: [PATCH 2/3] add more detailed info --- user_guide_src/source/installation/upgrade_460.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/installation/upgrade_460.rst b/user_guide_src/source/installation/upgrade_460.rst index f3ea9fefc9c1..c044e15e814e 100644 --- a/user_guide_src/source/installation/upgrade_460.rst +++ b/user_guide_src/source/installation/upgrade_460.rst @@ -211,7 +211,7 @@ Config - app/Config/Routing.php - ``Config\Routing::$translateUriToCamelCase`` has been changed to ``true``. - app/Config/Kint.php - - ``Config\Kint::$richSort`` has been removed. + - ``Config\Kint::$richSort`` has been removed. Kint in v6 no longer uses ``AbstractRenderer::SORT_FULL``. Leaving this property in your code will cause a runtime error due to the undefined constant. All Changes =========== From 042504625a8b0d61ce3b4d46ce8f4d854eed86e9 Mon Sep 17 00:00:00 2001 From: michalsn Date: Sat, 21 Jun 2025 17:36:46 +0200 Subject: [PATCH 3/3] re-add Kint to the list of changed files --- user_guide_src/source/installation/upgrade_460.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/user_guide_src/source/installation/upgrade_460.rst b/user_guide_src/source/installation/upgrade_460.rst index c044e15e814e..354d542e3cc4 100644 --- a/user_guide_src/source/installation/upgrade_460.rst +++ b/user_guide_src/source/installation/upgrade_460.rst @@ -224,6 +224,7 @@ many will be simple comments or formatting that have no effect on the runtime: - app/Config/Database.php - app/Config/Feature.php - app/Config/Format.php +- app/Config/Kint.php - app/Config/Routing.php - app/Config/Security.php - app/Views/errors/html/debug.css