@@ -53,6 +53,9 @@ discard block |
||
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 |
||
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, |