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 5d081b2 commit 8b1060eCopy full SHA for 8b1060e
controller/upload_file.rst
@@ -339,7 +339,7 @@ The previous versions of this article explained how to handle file uploads using
339
is no longer recommended, because Doctrine events shouldn't be used for your
340
domain logic.
341
342
-Moreover, Doctrine listeners are often dependent on internal Doctrine behaviour
+Moreover, Doctrine listeners are often dependent on internal Doctrine behavior
343
which may change in future versions. Also, they can introduce performance issues
344
unawarely (because your listener persists entities which cause other entities to
345
be changed and persisted).
0 commit comments