Skip to content

Commit f586a3c

Browse files
committed
Tweaks
1 parent c5aa963 commit f586a3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

messenger.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,8 +2441,7 @@ may want to use:
24412441
# in any handler will cause a rollback
24422442
- doctrine_transaction
24432443
2444-
# Log an error when a Doctrine transaction was opened but
2445-
# did not closed
2444+
# logs an error when a Doctrine transaction was opened but not closed
24462445
- doctrine_open_transaction_logger
24472446
24482447
# or pass a different entity manager to any
@@ -2497,6 +2496,10 @@ may want to use:
24972496
->arguments(['custom']);
24982497
};
24992498
2499+
.. versionadded:: 5.4
2500+
2501+
The ``doctrine_open_transaction_logger`` middleware was introduced in Symfony 5.4.
2502+
25002503
Other Middlewares
25012504
~~~~~~~~~~~~~~~~~
25022505

0 commit comments

Comments
 (0)