Skip to content

Commit dd44448

Browse files
committed
unnecessary linefeeds;
1 parent 790aa4a commit dd44448

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

proposed/clock-meta.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ calling `time()` or `date()`.
3535

3636
### 3.2 Non-Goals
3737

38-
* This PSR does not provide a recommendation on how and when to use the concepts
39-
described in this document, so it is not a coding standard;
40-
* This PSR does not provide a recommendation on how to handle timezones when
41-
retrieving the current time. This is left up to the implementation.
38+
* This PSR does not provide a recommendation on how and when to use the concepts described in this document, so it is not a coding standard;
39+
* This PSR does not provide a recommendation on how to handle timezones when retrieving the current time. This is left up to the implementation.
4240
* This PSR does not handle any scheduling methods like `sleep()` or `wait()` because such methods are not related to retrieving the current time.
4341

4442
## 4. Approaches
@@ -54,8 +52,7 @@ We have decided to formalize the existing practices used by several other packag
5452

5553
(This list is not exhaustive!)
5654

57-
Some of these provide interfaces and some rely on extending a clock class to mock the
58-
current time.
55+
Some of these provide interfaces and some rely on extending a clock class to mock the current time.
5956

6057
These implementations all provide a `now()` method which returns a `DateTimeImmutable` object. As the `DateTimeImmutable` object allows retrieving the Unix timestamp, by calling `getTimestamp()` or `format('u.U')`, this interface does not define any special methods to retrieve a Unix timestamp or any other time information that is not available from a `DateTimeImmutable` object.
6158

0 commit comments

Comments
 (0)