mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Interfaces should have the suffix "Interface" in their names
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Rhumsaa\Uuid;
|
||||
|
||||
interface RandomGeneratorInterface
|
||||
{
|
||||
/**
|
||||
* @param integer $length
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function generate($length);
|
||||
}
|
||||
Reference in New Issue
Block a user