diff --git a/messenger/handler_results.rst b/messenger/handler_results.rst index 7dede3b0f48..7fd2727f166 100644 --- a/messenger/handler_results.rst +++ b/messenger/handler_results.rst @@ -26,7 +26,7 @@ The :method:`Symfony\\Component\\Messenger\\HandleTrait::handle` method ensures there is exactly one handler registered and returns its result. Working with Command & Query Buses ----------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The Messenger component can be used in CQRS architectures where command & query buses are central pieces of the application. Read Martin Fowler's