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 7b194e3 commit 8b925dfCopy full SHA for 8b925df
Common/Time/ClockInterface.php
@@ -9,6 +9,7 @@ interface ClockInterface
9
public const NANOS_PER_SECOND = 1_000_000_000;
10
public const NANOS_PER_MILLISECOND = 1_000_000;
11
public const NANOS_PER_MICROSECOND = 1_000;
12
+ public const MICROS_PER_MILLISECOND = 1_000;
13
public const MILLIS_PER_SECOND = 1_000;
14
15
/**
0 commit comments