mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Interfaces should have the suffix "Interface" in their names
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace Rhumsaa\Uuid\Generator;
|
||||
|
||||
use Rhumsaa\Uuid\RandomGenerator;
|
||||
use Rhumsaa\Uuid\RandomGeneratorInterface;
|
||||
|
||||
class OpenSslGenerator implements RandomGenerator
|
||||
class OpenSslGenerator implements RandomGeneratorInterface
|
||||
{
|
||||
|
||||
public function generate($length)
|
||||
|
||||
Reference in New Issue
Block a user