Skip to content

Commit 80005b2

Browse files
authored
docs: note removal of AbstractRenderer::SORT_FULL and $richSort in Kint config (#9606)
* docs: note removal of AbstractRenderer::SORT_FULL and richSort in Kint v6 * add more detailed info * re-add Kint to the list of changed files
1 parent e29ce02 commit 80005b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/installation/upgrade_460.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ Config
210210
- ``Config\Feature::$strictLocaleNegotiation`` has been added.
211211
- app/Config/Routing.php
212212
- ``Config\Routing::$translateUriToCamelCase`` has been changed to ``true``.
213+
- app/Config/Kint.php
214+
- ``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.
213215

214216
All Changes
215217
===========

0 commit comments

Comments
 (0)