mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Add a Type\TypeInterface that each of the ramsey/uuid types implements
This commit is contained in:
@@ -19,9 +19,6 @@ namespace Ramsey\Uuid\Type;
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
interface NumberInterface
|
||||
interface NumberInterface extends TypeInterface
|
||||
{
|
||||
public function toString(): string;
|
||||
|
||||
public function __toString(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user