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_430.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,18 @@ The following files received significant changes and
33
33
Config Files
34
34
============
35
35
36
-
- **app/Config/Kint.php** has been updated for Kint 5.0. You need to replace ``Kint\Renderer\Renderer`` with ``Kint\Renderer\AbstractRenderer`` and replace ``Renderer::SORT_FULL`` with ``AbstractRenderer::SORT_FULL``.
36
+
app/Config/Kint.php
37
+
-------------------
38
+
39
+
- **app/Config/Kint.php** has been updated for Kint 5.0.
40
+
- You need to replace:
41
+
42
+
- ``Kint\Renderer\Renderer`` with ``Kint\Renderer\AbstractRenderer``
43
+
- ``Renderer::SORT_FULL`` with ``AbstractRenderer::SORT_FULL``
44
+
45
+
Mock Config Classes
46
+
-------------------
47
+
37
48
- If you are using the following Mock Config classes in testing, you need to update the corresponding Config files in **app/Config**:
0 commit comments