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 74a093c commit 50a296fCopy full SHA for 50a296f
components/uid.rst
@@ -180,7 +180,7 @@ Use these methods to transform the UUID object into different bases::
180
$uuid->toRfc4122(); // string(36) "d9e7a184-5d5b-11ea-a62a-3499710062d0"
181
$uuid->toHex(); // string(34) "0xd9e7a1845d5b11eaa62a3499710062d0"
182
183
-Some UUID versions support being converted from one version to another::
+You can also convert some UUID versions to others::
184
185
// convert V1 to V6 or V7
186
$uuid = Uuid::v1();
0 commit comments