mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
Add static Uuid::uuid2() method
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ class UuidFactory implements UuidFactoryInterface
|
||||
|
||||
public function uuid2(
|
||||
int $localDomain,
|
||||
?IntegerValue $localIdentifier,
|
||||
?IntegerValue $localIdentifier = null,
|
||||
?Hexadecimal $node = null,
|
||||
?int $clockSeq = null
|
||||
): UuidInterface {
|
||||
|
||||
Reference in New Issue
Block a user