mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Introduce Converter namespace and move Number and Time classes into it
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace Rhumsaa\Uuid;
|
||||
|
||||
use Rhumsaa\Uuid\Converter\NumberConverterInterface;
|
||||
|
||||
interface UuidInterface
|
||||
{
|
||||
|
||||
@@ -16,9 +18,9 @@ interface UuidInterface
|
||||
public function equals($other);
|
||||
|
||||
/**
|
||||
* @return BigNumberConverter
|
||||
* @return NumberConverterInterface
|
||||
*/
|
||||
public function getConverter();
|
||||
public function getNumberConverter();
|
||||
|
||||
/**
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user