Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ChronosInterface references and clean up ChronosDate and ChronosTime refs #431

Merged
merged 2 commits into from
Sep 29, 2023

Conversation

othercorey
Copy link
Member

Removes ChronosInterface and cleans up list of classes provided by Chronos.

The docs need more information added, but this at least makes them correct.

@othercorey othercorey added this to the 3.x milestone Sep 25, 2023
@@ -18,22 +26,6 @@ following::

php composer.phar require "cakephp/chronos:^3.0"

Overview
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After fixing both the intro and this section, it felt like a duplicate. Merged into the intro at the top.

* Immutable date and datetime objects.
* ``Cake\Chronos\Chronos`` extends ``DateTimeImmutable`` and provides many helpers.
* ``Cake\Chronos\ChronosDate`` represents calendar dates unaffected by time or time zones.
* ``Cake\Chronos\ChronosTime`` repreents clock times independent of date or time zones.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* ``Cake\Chronos\ChronosTime`` repreents clock times independent of date or time zones.
* ``Cake\Chronos\ChronosTime`` represents clock times independent of date or time zones.

docs/en/index.rst Outdated Show resolved Hide resolved
docs/en/index.rst Outdated Show resolved Hide resolved
@markstory markstory merged commit 278d67d into 3.x Sep 29, 2023
5 checks passed
@markstory markstory deleted the cleanup-docs branch September 29, 2023 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants