Deprecate factory methods; improve deprecation docblocks

This commit is contained in:
Ben Ramsey
2022-08-09 09:18:29 -05:00
parent 2da480d7a3
commit bc6cd7d888
8 changed files with 320 additions and 194 deletions
+4
View File
@@ -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
{
/**