Skip to content

Commit 3ea0db8

Browse files
Update doctrine/associations.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent 2285d11 commit 3ea0db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ on that ``Product`` will be set to ``null`` in the database.
584584
.. caution::
585585

586586
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.
587+
I.e. there could be a large amount of products with the same category.
588588
In this case `$this->products->contains($product)` could lead to unwanted database
589589
requests and very high memory consumption with the risk of hard to debug "Out of memory" errors.
590590

0 commit comments

Comments
 (0)