Skip to content

Commit 13290ae

Browse files
committed
unnecessary verbiage;
1 parent 7795e34 commit 13290ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

proposed/clock.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ Jan 1, 1970 00:00:00 UTC.
3232

3333
### 1.3 Usage
3434

35-
There are some common usage patterns, which are outlined below:
36-
3735
**Get the current timestamp**
3836

39-
This should be done by using the `getTimestamp()` method on the returned `\DateTimeImmutable` like so:
37+
This should be done by using the `getTimestamp()` method on the returned `\DateTimeImmutable`:
4038
```php
4139
$timestamp = $clock->now()->getTimestamp();
4240
```

0 commit comments

Comments
 (0)