Skip to content

Commit b5adc53

Browse files
authored
[Uid] Fix typos
1 parent 90ce1b2 commit b5adc53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/uid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ of the UUID parameters::
186186
{
187187
$qb = $this->createQueryBuilder('p')
188188
// ...
189-
// add 'uuid' as the third argument to tell Doctrine that this is an UUID
189+
// add 'uuid' as the third argument to tell Doctrine that this is a UUID
190190
->setParameter('user', $user->getUuid(), 'uuid')
191191

192192
// alternatively, you can convert it to a value compatible with
@@ -333,7 +333,7 @@ of the ULID parameters::
333333
{
334334
$qb = $this->createQueryBuilder('p')
335335
// ...
336-
// add 'ulid' as the third argument to tell Doctrine that this is an ULID
336+
// add 'ulid' as the third argument to tell Doctrine that this is a ULID
337337
->setParameter('user', $user->getUlid(), 'ulid')
338338

339339
// alternatively, you can convert it to a value compatible with

0 commit comments

Comments
 (0)