Merge pull request #1571 from montaniasystemab/patch-1
Fixed typo in QueryBuilder->where() docblock
This commit is contained in:
commit
599f99471e
@ -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…
x
Reference in New Issue
Block a user