1
0
Fork 0
mirror of synced 2025-04-04 05:43:36 +03:00

Fixed typo in QueryBuilder->where() docblock

This commit is contained in:
montaniasystemab 2015-11-26 10:01:29 +01:00
parent 57b22bd646
commit b48fca543c

View file

@ -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();