We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf108a commit d303258Copy full SHA for d303258
messenger.rst
@@ -49,7 +49,7 @@ message handler. It's a class with an ``__invoke`` method::
49
// src/MessageHandler/MyMessageHandler.php
50
namespace App\MessageHandler;
51
52
- use Symfony\Component\Messenger\Handler;
+ use Symfony\Component\Messenger\Handler\MessageHandlerInterface;
53
54
class MyMessageHandler implements MessageHandlerInterface
55
{
0 commit comments