Skip to content

Commit

Permalink
Merge pull request #1571 from montaniasystemab/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in QueryBuilder->where() docblock
  • Loading branch information
guilhermeblanco committed Nov 26, 2015
2 parents 57b22bd + b48fca5 commit 599f994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ public function set($key, $value)
* ->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();
Expand Down

0 comments on commit 599f994

Please sign in to comment.