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.
1 parent 002092c commit 7795e34Copy full SHA for 7795e34
proposed/clock.md
@@ -45,8 +45,8 @@ $timestamp = $clock->now()->getTimestamp();
45
46
## 2.1 ClockInterface
47
48
-The clock interface defines the most basic operation to read the current time and date from the clock.
49
-It MUST return the time as a `DateTimeImmutable`.
+The clock interface defines the most basic operations to read the current time and date from the clock.
+It MUST return the time as a `\DateTimeImmutable`.
50
51
~~~php
52
<?php
0 commit comments