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 2285d11 commit 3ea0db8Copy full SHA for 3ea0db8
doctrine/associations.rst
@@ -584,7 +584,7 @@ on that ``Product`` will be set to ``null`` in the database.
584
.. caution::
585
586
Please be aware that the inverse side could be associated with a large amount of records.
587
- I.e. There could be a large amount of products with the same category.
+ I.e. there could be a large amount of products with the same category.
588
In this case `$this->products->contains($product)` could lead to unwanted database
589
requests and very high memory consumption with the risk of hard to debug "Out of memory" errors.
590
0 commit comments