mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-17 16:26:51 +03:00
feat: narrow the clock sequence type hints
This commit is contained in:
@@ -43,7 +43,7 @@ class DefaultTimeGeneratorTest extends TestCase
|
||||
private Hexadecimal $calculatedTime;
|
||||
|
||||
/**
|
||||
* @var positive-int
|
||||
* @var int<0, 16383>
|
||||
*/
|
||||
private int $clockSeq = 4066;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user