Completed
Push — master ( b1b2ab...22faf1 )
by Benjamin
01:10
created
src/HasUuid.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -53,6 +53,9 @@  discard block
 block discarded – undo
53 53
         return $this->uuidVersion ?? 4;
54 54
     }
55 55
 
56
+    /**
57
+     * @return string|null
58
+     */
56 59
     public function getUuidNode(): ?string
57 60
     {
58 61
         if (! isset($this->uuidNode)) {
@@ -62,6 +65,9 @@  discard block
 block discarded – undo
62 65
         return $this->interpolate($this->uuidNode);
63 66
     }
64 67
 
68
+    /**
69
+     * @return string|null
70
+     */
65 71
     public function getUuidNamespace(): ?string
66 72
     {
67 73
         // when no explicit namespace is provided,
Please login to merge, or discard this patch.