Skip to content

Commit 1bd1834

Browse files
committed
minor symfony#19133 [Messenger] Fix table indentation (alexandre-daubois)
This PR was merged into the 6.3 branch. Discussion ---------- [Messenger] Fix table indentation And fix the CI at the same time 😄 Commits ------- 536ea8b [Messenger] Fix table indentation
2 parents b6d52c2 + 536ea8b commit 1bd1834

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

messenger.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -2016,16 +2016,16 @@ You can configure your handler by passing options to the attribute::
20162016

20172017
Possible options to configure with the attribute are:
20182018

2019-
============================ ====================================================================================================
2020-
Option Description
2021-
============================ ====================================================================================================
2022-
``bus`` Name of the bus from which the handler can receive messages, by default all buses.
2023-
``fromTransport`` Name of the transport from which the handler can receive messages, by default all transports.
2024-
``handles`` Type of messages (FQCN) that can be processed by the handler, only needed if can't be guessed by
2025-
type-hint.
2026-
``method`` Name of the method that will process the message, only if the target is a class.
2027-
``priority`` Priority of the handler when multiple handlers can process the same message.
2028-
============================ ====================================================================================================
2019+
============================== ====================================================================================================
2020+
Option Description
2021+
============================== ====================================================================================================
2022+
``bus`` Name of the bus from which the handler can receive messages, by default all buses.
2023+
``fromTransport`` Name of the transport from which the handler can receive messages, by default all transports.
2024+
``handles`` Type of messages (FQCN) that can be processed by the handler, only needed if can't be guessed by
2025+
type-hint.
2026+
``method`` Name of the method that will process the message, only if the target is a class.
2027+
``priority`` Priority of the handler when multiple handlers can process the same message.
2028+
============================== ====================================================================================================
20292029

20302030
.. _messenger-handler-config:
20312031

0 commit comments

Comments
 (0)