Fixed typo in QueryBuilder->where() docblock
This commit is contained in:
parent
57b22bd646
commit
b48fca543c
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ class QueryBuilder
|
|||
* ->from('User', 'u')
|
||||
* ->where('u.id = ?');
|
||||
*
|
||||
* // You can optionally programatically build and/or expressions
|
||||
* // You can optionally programmatically build and/or expressions
|
||||
* $qb = $em->createQueryBuilder();
|
||||
*
|
||||
* $or = $qb->expr()->orX();
|
||||
|
|
Loading…
Add table
Reference in a new issue