Skip to content

Commit f31bc5b

Browse files
committed
Fixed heading levels
1 parent 8ae9eb1 commit f31bc5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger/handler_results.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: Messenger; Getting results / Working with command & query buses
33

44
Getting Results from your Handler
5-
---------------------------------
5+
=================================
66

77
When a message is handled, the :class:`Symfony\\Component\\Messenger\\Middleware\\HandleMessageMiddleware`
88
adds a :class:`Symfony\\Component\\Messenger\\Stamp\\HandledStamp` for each object that handled the message.
@@ -26,7 +26,7 @@ The :method:`Symfony\\Component\\Messenger\\HandleTrait::handle` method ensures
2626
there is exactly one handler registered and returns its result.
2727

2828
Working with Command & Query Buses
29-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29+
----------------------------------
3030

3131
The Messenger component can be used in CQRS architectures where command & query
3232
buses are central pieces of the application. Read Martin Fowler's

0 commit comments

Comments
 (0)