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 d6c959b commit c23db39Copy full SHA for c23db39
doctrine.rst
@@ -742,7 +742,7 @@ Querying with the Query Builder
742
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
743
744
Doctrine also provides a `Query Builder`_, an object-oriented way to write
745
-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.
746
based on PHP conditions)::
747
748
// src/Repository/ProductRepository.php
0 commit comments