Skip to content

Commit b9633f7

Browse files
committed
minor #20099 [Validator] Mention Ulid::FORMAT_RFC4122 (alexandre-daubois)
This PR was merged into the 7.2 branch. Discussion ---------- [Validator] Mention `Ulid::FORMAT_RFC4122` Fix #20098 Commits ------- c7bf802 [Validator] Mention `Ulid::FORMAT_RFC4122`
2 parents 4b3fad0 + c7bf802 commit b9633f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/constraints/Ulid.rst

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The format of the ULID to validate. The following formats are available:
8282

8383
* ``Ulid::FORMAT_BASE_32``: The ULID is encoded in base32 (default)
8484
* ``Ulid::FORMAT_BASE_58``: The ULID is encoded in base58
85+
* ``Ulid::FORMAT_RFC4122``: The ULID is encoded in the RFC 4122 format
8586

8687
.. versionadded:: 7.2
8788

0 commit comments

Comments
 (0)