Completed
Push — master ( 7f586e...1c25d8 )
by Julián
01:31
created
src/Base62UuidIdentity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/HashUuidIdentity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/ShortUuidIdentity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.