mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
Change library ircmaxell/random-lib to paragonie/random-lib
This commit is contained in:
@@ -19,9 +19,9 @@ use RandomLib\Factory;
|
||||
|
||||
/**
|
||||
* RandomLibAdapter provides functionality to generate strings of random
|
||||
* binary data using the ircmaxell/random-lib library
|
||||
* binary data using the paragonie/random-lib library
|
||||
*
|
||||
* @link https://packagist.org/packages/ircmaxell/random-lib
|
||||
* @link https://packagist.org/packages/paragonie/random-lib
|
||||
*/
|
||||
class RandomLibAdapter implements RandomGeneratorInterface
|
||||
{
|
||||
@@ -36,7 +36,7 @@ class RandomLibAdapter implements RandomGeneratorInterface
|
||||
* By default, if no `Generator` is passed in, this creates a medium-strength
|
||||
* generator to use when generating random binary data.
|
||||
*
|
||||
* @param Generator $generator An ircmaxell/random-lib `Generator`
|
||||
* @param Generator $generator An paragonie/random-lib `Generator`
|
||||
*/
|
||||
public function __construct(Generator $generator = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user