8000 Minor reword · symfony/symfony-docs@1c41388 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c41388

Browse files
committed
Minor reword
1 parent 
8000
2d35174 commit 1c41388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ message handler. It's a class with an ``__invoke`` method::
4848

4949
// src/MessageHandler/MyMessageHandler.php
5050
namespace App\MessageHandler;
51-
51+
5252
use Symfony\Component\Messenger\Handler;
5353

5454
class MyMessageHandler implements MessageHandlerInterface
@@ -64,7 +64,7 @@ with the ``messenger.message_handler`` tag. If you're using the
6464
:ref:`default services.yaml configuration <service-container-services-load-example>`,
6565
this is already done for you, thanks to :ref:`autoconfiguration <services-autoconfigure>`.
6666

67-
If you're not using autoconfigure functionality, then you need to register it:
67+
If you're not using service autoconfiguration, then you need to add this config:
6868

6969
.. configuration-block::
7070

0 commit comments

Comments
 (0)
0