mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Have UuidInterface extend from JsonSerializable and cover it with a test
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Ramsey\Uuid;
|
||||
|
||||
use Ramsey\Uuid\Converter\NumberConverterInterface;
|
||||
|
||||
interface UuidInterface
|
||||
interface UuidInterface extends \JsonSerializable
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user