We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15a7d1 commit 34fcdcbCopy full SHA for 34fcdcb
components/uid.rst
@@ -177,7 +177,7 @@ your services and use it as follows:
177
$uuid = $this->uuidFactory->create();
178
179
$randomBasedUuid = $this->uuidFactory->randomBased()->create();
180
- // $namespace can be omitted if a default is configured in the factory (see below)
+ // $namespace can be omitted if a default namespace is configured in the factory (see below)
181
$nameBasedUuid = $this->uuidFactory->nameBased($namespace)->create($name);
182
// $node can be omitted if a default node is configured in the factory (see below)
183
$timestampBased = $this->uuidFactory->timeBased($node)->create();
0 commit comments