mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-23 17:28:59 +03:00
feat: introduce TimeBasedUuidFactoryInterface
This commit is contained in:
@@ -17,6 +17,8 @@ namespace Ramsey\Uuid;
|
||||
/**
|
||||
* UuidFactoryInterface defines common functionality all `UuidFactory` instances
|
||||
* must implement
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
interface UuidFactoryInterface extends DeprecatedUuidFactoryInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user