Skip to content

Commit 8ae9eb1

Browse files
committed
minor symfony#12033 [Messenger] Fix hidden section title (ogizanagi)
This PR was merged into the 4.2 branch. Discussion ---------- [Messenger] Fix hidden section title Problem is this section title is hidden on https://symfony.com/doc/current/messenger/handler_results.html (as every other `.section h1`) Commits ------- 86ce39f [Messenger] Fix hidden section title
2 parents bfbed3a + 86ce39f commit 8ae9eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/handler_results.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)