mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix incompatible return type declaration issue
Scrutinizer turned up this issue, since the declared return type in `UuidBuilderInterface` was of `Uuid` and we weren't properly importing `\Ramsey\Uuid\Uuid` in a `use` statement.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
namespace Ramsey\Uuid\Builder;
|
||||
|
||||
use Ramsey\Uuid\Codec\CodecInterface;
|
||||
use Ramsey\Uuid\Uuid;
|
||||
|
||||
interface UuidBuilderInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user