typo
This commit is contained in:
parent
f5e79fa0c0
commit
a3b1f85fd4
@ -1054,7 +1054,7 @@ class QueryBuilder
|
|||||||
* // You can optionally programatically build and/or expressions
|
* // You can optionally programatically build and/or expressions
|
||||||
* $qb = $em->createQueryBuilder();
|
* $qb = $em->createQueryBuilder();
|
||||||
*
|
*
|
||||||
* $or = $qb->expr()->orx();
|
* $or = $qb->expr()->orX();
|
||||||
* $or->add($qb->expr()->eq('u.id', 1));
|
* $or->add($qb->expr()->eq('u.id', 1));
|
||||||
* $or->add($qb->expr()->eq('u.id', 2));
|
* $or->add($qb->expr()->eq('u.id', 2));
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user