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
+2
View File
@@ -58,6 +58,8 @@ use const PHP_INT_SIZE;
*
* A feature set is used by UuidFactory to determine the available features and
* capabilities of the environment.
*
* @deprecated This class will go away in ramsey/uuid version 5.
*/
class FeatureSet
{