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 3ea0db8 commit ba23ce1Copy full SHA for ba23ce1
doctrine/associations.rst
@@ -585,7 +585,7 @@ on that ``Product`` will be set to ``null`` in the database.
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.
588
- In this case `$this->products->contains($product)` could lead to unwanted database
+ 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
591
So make sure if you need an inverse side and check if the generated code could lead to such issues.
0 commit comments