Interfaces should have the suffix "Interface" in their names

This commit is contained in:
Ben Ramsey
2014-11-08 16:27:20 -05:00
parent ebea9b969b
commit 680fd794cb
13 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -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;