Skip to content

Commit c5664b2

Browse files
committed
docs: make it easier to read how to make changes in Config Files
1 parent e297ff1 commit c5664b2

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,18 @@ The following files received significant changes and
3333
Config Files
3434
============
3535

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+
3748
- If you are using the following Mock Config classes in testing, you need to update the corresponding Config files in **app/Config**:
3849

3950
- ``MockAppConfig`` (``Config\App``)

0 commit comments

Comments
 (0)