Deprecate Ramsey\Uuid\Generator\RandomLibAdapter

This commit is contained in:
Ben Ramsey
2022-03-27 13:03:58 -05:00
parent 20ebda0923
commit d98bef096f
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -21,6 +21,10 @@ use RandomLib\Generator;
* RandomLibAdapter generates strings of random binary data using the
* paragonie/random-lib library
*
* @deprecated This class will be removed in 5.0.0. Use the default
* RandomBytesGenerator or implement your own generator that implements
* RandomGeneratorInterface.
*
* @link https://packagist.org/packages/paragonie/random-lib paragonie/random-lib
*/
class RandomLibAdapter implements RandomGeneratorInterface