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
@@ -17,6 +17,8 @@ namespace Ramsey\Uuid;
/**
* UuidFactoryInterface defines common functionality all `UuidFactory` instances
* must implement
*
* @psalm-immutable
*/
interface UuidFactoryInterface extends DeprecatedUuidFactoryInterface
{