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::
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
You can’t perform that action at this time.
0 commit comments