mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Deprecate factory methods; improve deprecation docblocks
This commit is contained in:
@@ -43,6 +43,10 @@ use function unpack;
|
||||
|
||||
use const STR_PAD_LEFT;
|
||||
|
||||
/**
|
||||
* @deprecated UuidFactory will go away in ramsey/uuid version 5. Use dedicated
|
||||
* factories for subtypes instead.
|
||||
*/
|
||||
class UuidFactory implements UuidFactoryInterface
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user