Skip to content

Commit

Permalink
Merge pull request #5873 from vudaltsov/patch-1
Browse files Browse the repository at this point in the history
Update query-builder.rst
  • Loading branch information
Ocramius committed Jun 14, 2016
2 parents 81fe6a8 + 6ac7480 commit d3f6c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ suggested standard way to build queries:
$qb->expr()->eq('u.id', '?1'),
$qb->expr()->like('u.nickname', '?2')
))
->orderBy('u.surname', 'ASC'));
->orderBy('u.surname', 'ASC');
Here is a complete list of helper methods available in ``QueryBuilder``:

Expand Down

0 comments on commit d3f6c5e

Please sign in to comment.