We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1091bc7 commit bb6247aCopy full SHA for bb6247a
doctrine.rst
@@ -738,7 +738,7 @@ Querying with the Query Builder
738
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
739
740
Doctrine also provides a `Query Builder`_, an object-oriented way to write
741
-queries. It is recommended to use this when queries and build dynamically (i.e.
+queries. It is recommended to use this when queries are built dynamically (i.e.
742
based on PHP conditions)::
743
744
// src/Repository/ProductRepository.php
0 commit comments