File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
5657Deprecations
5758************
Original file line number Diff line number Diff 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+
3344Breaking Changes
3445****************
3546
You can’t perform that action at this time.
0 commit comments