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 099fc6c commit 1bd3b17Copy full SHA for 1bd3b17
ClockMock.php
@@ -97,7 +97,7 @@ public static function hrtime($asNumber = false)
97
if ($asNumber) {
98
$number = sprintf('%d%d', (int) self::$now, $ns);
99
100
- return PHP_INT_SIZE === 8 ? (int) $number : (float) $number;
+ return \PHP_INT_SIZE === 8 ? (int) $number : (float) $number;
101
}
102
103
return [(int) self::$now, (int) $ns];
0 commit comments