Skip to content

Commit 2d3d659

Browse files
committed
minor #14722 [Uid] Correct annotation for ULID type (GawainLynch)
This PR was merged into the 5.2 branch. Discussion ---------- [Uid] Correct annotation for ULID type Just a small typo in the ULID Doctrine type example 😸 Commits ------- 58bcabb Correct annotation for ULID type
2 parents ad103fa + 58bcabb commit 2d3d659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ entity primary keys::
287287
{
288288
/**
289289
* @ORM\Id
290-
* @ORM\Column(type="uuid", unique=true)
290+
* @ORM\Column(type="ulid", unique=true)
291291
* @ORM\GeneratedValue(strategy="CUSTOM")
292292
* @ORM\CustomIdGenerator(class=UlidGenerator::class)
293293
*/

0 commit comments

Comments
 (0)