Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Dec 7, 2024
1 parent fe10ab3 commit 307cdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The resulting `$bookingsAllowedFrom` is still a date time with timezone `UTC` bu
## Integration

For the best code readability, it's best to use the `Moment` provided with the package as a full replacement for `\DateTime` or `\DateTimeImmutable` when you're speaking about a moment in time and the others value objects for the rest.
The package integrates with the normalizers of `digital-craftsman/self-aware-normalizers` and provides Doctrine types for `Moment` and all parts.
The package integrates with the normalizers of `digital-craftsman/self-aware-normalizers` and provides Doctrine types (that use those interfaces) for `Moment` and all parts.

The Doctrine types are automatically registered with the bundle with the following type names:

Expand Down

0 comments on commit 307cdba

Please sign in to comment.