Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions en/appendices/5-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Global
- Type declarations were added to all class properties where possible. These also include some fixes for
incorrect annotations.
- The ``SECOND``, ``MINUTE``, ``HOUR``, ``DAY``, ``WEEK``, ``MONTH``, ``YEAR`` constants were removed.
- Global functions are now opt-in. If your application uses global function
aliases be sure to add ``require CAKE . 'functions.php'`` to you application's
``config/bootstrap.php``.
- Use of ``#[\AllowDynamicProperties]`` removed everywhere. It was used for the following classes:
- ``Command/Command``
- ``Console/Shell``
Expand Down