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 c0a26aa commit c11a9b8Copy full SHA for c11a9b8
components/uid.rst
@@ -124,7 +124,7 @@ Instantiate the ``Ulid`` class to generate a random ULID value::
124
125
$ulid = new Ulid(); // e.g. 01AN4Z07BY79KA1307SR9X4MV3
126
127
-If your ULID is generated by another system, pass its value to the constructor:
+If your ULID is generated by another system, pass its value to the constructor::
128
129
$ulidValue = 'X7NR9KZ0A4Y9BV1431S70A03M7';
130
$ulid = new Ulid($ulidValue);
0 commit comments