Skip to content

Commit

Permalink
Update Documentation/ApiOverview/Database/QueryBuilder/Index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking authored Nov 8, 2024
1 parent 15730d9 commit 37a12ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ApiOverview/Database/QueryBuilder/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ Remarks:
* To achieve more complex sortings, which can't be created with QueryBuilder,
you can fall back on the underlying raw Doctrine QueryBuilder. This is
accessible with :php:`->getConcreteQueryBuilder()`. It doesn't do any
quoting, so you can do something like
quoting, so you can do something like
:php:`$concreteQueryBuilder->orderBy('FIELD(eventtype, 0, 4, 1, 2, 3)');`.
Make sure to quote properly as this is entirely your responsibility with the
Doctrine QueryBuilder!
Expand Down

0 comments on commit 37a12ae

Please sign in to comment.