mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-20 16:57:36 +03:00
Rename UuidBuilder to Builder\UuidBuilderInterface
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Ramsey\Uuid\Codec;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use Ramsey\Uuid\Uuid;
|
||||
use Ramsey\Uuid\UuidBuilder;
|
||||
use Ramsey\Uuid\Builder\UuidBuilderInterface;
|
||||
use Ramsey\Uuid\UuidInterface;
|
||||
|
||||
class StringCodec implements CodecInterface
|
||||
@@ -24,7 +24,7 @@ class StringCodec implements CodecInterface
|
||||
|
||||
private $builder;
|
||||
|
||||
public function __construct(UuidBuilder $builder)
|
||||
public function __construct(UuidBuilderInterface $builder)
|
||||
{
|
||||
$this->builder = $builder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user