Skip to content

Commit 9bd3797

Browse files
committed
use backticks for code blocks
1 parent 226f9ff commit 9bd3797

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
@@ -46,7 +46,7 @@ $timestamp = $clock->now()->getTimestamp();
4646
The clock interface defines the most basic operations to read the current time and date from the clock.
4747
It MUST return the time as a `\DateTimeImmutable`.
4848

49-
~~~php
49+
```php
5050
<?php
5151

5252
namespace Psr\Clock;
@@ -59,4 +59,4 @@ interface ClockInterface
5959
public function now(): \DateTimeImmutable;
6060

6161
}
62-
~~~
62+
```

0 commit comments

Comments
 (0)