Skip to content

Commit

Permalink
Mark getUnixTime as an internal method
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Dec 15, 2021
1 parent 220b50c commit d1991ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UUID.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class UUID
/** @internal */
private static $subsec = 0;

/** @internal */
private static function getUnixTime()
{
$timestamp = microtime(false);
Expand Down

0 comments on commit d1991ff

Please sign in to comment.