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 7795e34 commit 13290aeCopy full SHA for 13290ae
proposed/clock.md
@@ -32,11 +32,9 @@ Jan 1, 1970 00:00:00 UTC.
32
33
### 1.3 Usage
34
35
-There are some common usage patterns, which are outlined below:
36
-
37
**Get the current timestamp**
38
39
-This should be done by using the `getTimestamp()` method on the returned `\DateTimeImmutable` like so:
+This should be done by using the `getTimestamp()` method on the returned `\DateTimeImmutable`:
40
```php
41
$timestamp = $clock->now()->getTimestamp();
42
```
0 commit comments