@@ -65,7 +65,7 @@ |
||
65 | 65 | * |
66 | 66 | * @param string $value |
67 | 67 | * |
68 | - * @return mixed|static |
|
68 | + * @return Base62UuidIdentity |
|
69 | 69 | */ |
70 | 70 | final public static function fromUuid(string $value) |
71 | 71 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * |
55 | 55 | * @param string $value |
56 | 56 | * |
57 | - * @return mixed|static |
|
57 | + * @return HashUuidIdentity |
|
58 | 58 | */ |
59 | 59 | final public static function fromUuid(string $value) |
60 | 60 | { |
@@ -45,7 +45,7 @@ |
||
45 | 45 | * |
46 | 46 | * @param string $value |
47 | 47 | * |
48 | - * @return mixed|static |
|
48 | + * @return ShortUuidIdentity |
|
49 | 49 | */ |
50 | 50 | final public static function fromUuid(string $value) |
51 | 51 | { |