feat: introduce TimeBasedUuidFactoryInterface

This commit is contained in:
Ben Ramsey
2022-08-13 10:21:59 -05:00
parent da8b9aba80
commit 4e2fc803c6
8 changed files with 72 additions and 15 deletions
+2
View File
@@ -44,6 +44,8 @@ use const STR_PAD_LEFT;
/**
* @deprecated UuidFactory will go away in ramsey/uuid version 5. Use dedicated
* factories for subtypes instead.
*
* @psalm-suppress MissingImmutableAnnotation
*/
class UuidFactory implements UuidFactoryInterface
{