Skip to content

Commit 478d6ae

Browse files
authored
Fix Doctrine's middlewares sorting
1 parent 0fce376 commit 478d6ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,14 +2405,14 @@ may want to use:
24052405
# instead of keeping them open forever
24062406
- doctrine_close_connection
24072407
2408+
# logs an error when a Doctrine transaction was opened but not closed
2409+
- doctrine_open_transaction_logger
2410+
24082411
# wraps all handlers in a single Doctrine transaction
24092412
# handlers do not need to call flush() and an error
24102413
# in any handler will cause a rollback
24112414
- doctrine_transaction
24122415
2413-
# logs an error when a Doctrine transaction was opened but not closed
2414-
- doctrine_open_transaction_logger
2415-
24162416
# or pass a different entity manager to any
24172417
#- doctrine_transaction: ['custom']
24182418

0 commit comments

Comments
 (0)