Skip to content

Commit

Permalink
Merge pull request #7483 from javiereguiluz/patch-9
Browse files Browse the repository at this point in the history
Fixed a minor syntax issue
  • Loading branch information
lcobucci authored Nov 21, 2018
2 parents 505ec21 + 2e7a3af commit 74e6189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/dql-doctrine-query-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ You can select scalars from any entity in the query.

.. code-block:: sql
``SELECT u, p.quantity FROM Users u...``
SELECT u, p.quantity FROM Users u...
Here, the result will again be an array of arrays, with each element
being an array made up of a User object and the scalar value
Expand Down

0 comments on commit 74e6189

Please sign in to comment.