Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed May 6, 2024
1 parent 4e560fb commit f4c3189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ The Doctrine types are automatically registered with the bundle with the followi
- `dtp_month`
- `dtp_year`

The package also contains a clock component consisting of the interface `Clock` the two implementations `SystemClock` (for general use) and `FrozenClock` (for testing). The `SystemClock` will be autowired for the `Clock` and automatically replaced with `FrozenClock` in the test environment.

## Design

### Immutability
Expand Down

0 comments on commit f4c3189

Please sign in to comment.