We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb0eb7 + a1434ed commit e2ee03fCopy full SHA for e2ee03f
en/appendices/5-0-migration-guide.rst
@@ -182,7 +182,7 @@ I18n
182
183
- ``FrozenDate`` was renamed to `Date` and ``FrozenTime`` was renamed to `DateTime`.
184
- ``Time`` now extends ``Cake\Chronos\ChronosTime`` and is therefore immutable.
185
-- ``Date`` and ``Time`` objects do not extend ``DateTimeInterface`` anymore - therefore you can't compare them with ``DateTime`` objects.
+- ``Date`` objects do not extend ``DateTimeInterface`` anymore - therefore you can't compare them with ``DateTime`` objects.
186
See the `cakephp/chronos release documentation <https://github.com/cakephp/chronos/releases/tag/3.0.2>`__ for more information.
187
- ``Date::parseDateTime()`` was removed.
188
- ``Date::parseTime()`` was removed.
0 commit comments