mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-19 16:47:23 +03:00
Interfaces should have the suffix "Interface" in their names
This commit is contained in:
@@ -4,9 +4,9 @@ namespace Rhumsaa\Uuid\Generator;
|
||||
|
||||
use RandomLib\Generator;
|
||||
use RandomLib\Factory;
|
||||
use Rhumsaa\Uuid\RandomGenerator;
|
||||
use Rhumsaa\Uuid\RandomGeneratorInterface;
|
||||
|
||||
class RandomLibAdapter implements RandomGenerator
|
||||
class RandomLibAdapter implements RandomGeneratorInterface
|
||||
{
|
||||
private $generator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user