File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ of the UUID parameters::
186
186
{
187
187
$qb = $this->createQueryBuilder('p')
188
188
// ...
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
190
190
->setParameter('user', $user->getUuid(), 'uuid')
191
191
192
192
// alternatively, you can convert it to a value compatible with
@@ -333,7 +333,7 @@ of the ULID parameters::
333
333
{
334
334
$qb = $this->createQueryBuilder('p')
335
335
// ...
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
337
337
->setParameter('user', $user->getUlid(), 'ulid')
338
338
339
339
// alternatively, you can convert it to a value compatible with
You can’t perform that action at this time.
0 commit comments