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
@@ -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)