1
0
mirror of synced 2025-02-03 05:49:25 +03:00

Merge pull request #1571 from montaniasystemab/patch-1

Fixed typo in QueryBuilder->where() docblock
This commit is contained in:
Guilherme Blanco 2015-11-26 15:30:56 -05:00
commit 599f99471e

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