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 0fce376 commit 478d6aeCopy full SHA for 478d6ae
messenger.rst
@@ -2405,14 +2405,14 @@ may want to use:
2405
# instead of keeping them open forever
2406
- doctrine_close_connection
2407
2408
+ # logs an error when a Doctrine transaction was opened but not closed
2409
+ - doctrine_open_transaction_logger
2410
+
2411
# wraps all handlers in a single Doctrine transaction
2412
# handlers do not need to call flush() and an error
2413
# in any handler will cause a rollback
2414
- doctrine_transaction
2415
- # logs an error when a Doctrine transaction was opened but not closed
- - doctrine_open_transaction_logger
-
2416
# or pass a different entity manager to any
2417
#- doctrine_transaction: ['custom']
2418
0 commit comments