You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/installation/upgrade_460.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,8 @@ Config
210
210
- ``Config\Feature::$strictLocaleNegotiation`` has been added.
211
211
- app/Config/Routing.php
212
212
- ``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.
0 commit comments