Skip to content

Commit 39a8cca

Browse files
Update proposed/clock-meta.md
Co-authored-by: Woody Gilk <[email protected]>
1 parent 2beb7b0 commit 39a8cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposed/clock-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We have decided to formalize the existing practices used by several other packag
5454

5555
(This list is not exhaustive!)
5656

57-
Some of these providing interfaces, and some relying on overloading (extending) the Clock class to mock the
57+
Some of these provide interfaces and some rely on extending a clock class to mock the
5858
current time.
5959

6060
These implementations all provide a `now()` method which returns a `DateTimeImmutable` object. As the `DateTimeImmutable` object allows retrieving the Unix timestamp, by calling `getTimestamp()` or `format('u.U')`, this interface does not define any special methods to retrieve a Unix timestamp or any other time information that is not available from a `DateTimeImmutable` object.

0 commit comments

Comments
 (0)