Skip to content

Commit 7795e34

Browse files
committed
always use namespacer;
1 parent 002092c commit 7795e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposed/clock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ $timestamp = $clock->now()->getTimestamp();
4545

4646
## 2.1 ClockInterface
4747

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`.
48+
The clock interface defines the most basic operations to read the current time and date from the clock.
49+
It MUST return the time as a `\DateTimeImmutable`.
5050

5151
~~~php
5252
<?php

0 commit comments

Comments
 (0)