Add a Type\TypeInterface that each of the ramsey/uuid types implements

This commit is contained in:
Ben Ramsey
2020-02-21 12:16:49 -06:00
parent f42afcecbb
commit ad75532dc8
6 changed files with 48 additions and 6 deletions
+1 -4
View File
@@ -19,9 +19,6 @@ namespace Ramsey\Uuid\Type;
*
* @psalm-immutable
*/
interface NumberInterface
interface NumberInterface extends TypeInterface
{
public function toString(): string;
public function __toString(): string;
}