feat: narrow the clock sequence type hints

This commit is contained in:
Ben Ramsey
2022-08-13 10:43:35 -05:00
parent 9af16ab8ad
commit 483b9c9de0
10 changed files with 48 additions and 33 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class DefaultTimeGeneratorTest extends TestCase
private Hexadecimal $calculatedTime;
/**
* @var positive-int
* @var int<0, 16383>
*/
private int $clockSeq = 4066;