Skip to content

Commit 8abe70d

Browse files
committed
docs: add user guide
1 parent ff0ac55 commit 8abe70d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Changes
5252
- The ``CodeIgniter\CLI\CommandRunner`` class has been removed due to a change in Spark commands processing.
5353
- The system route configuration file ``system/Config/Routes.php`` has been removed.
5454
- The route configuration file ``app/Config/Routes.php`` has been changed. Removed include of system routes configuration file.
55+
- All union type properties in ``Config`` classes have been typed.
5556

5657
Deprecations
5758
************

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ The following files received significant changes and
3030
> composer update
3131
> cp vendor/codeigniter4/framework/spark .
3232

33+
Config Files
34+
============
35+
36+
If you are using the following Mock Config classes in testing, you need to update the corresponding Config files in **app/Config**:
37+
38+
- ``MockAppConfig`` (``Config\App``)
39+
- ``MockCLIConfig`` (``Config\App``)
40+
- ``MockSecurityConfig`` (``Config\Security``)
41+
42+
Add **types** to the properties in these Config classes.
43+
3344
Breaking Changes
3445
****************
3546

0 commit comments

Comments
 (0)