api-platform / docs

API Platform documentation
https://api-platform.com/docs/
164 stars 1.06k forks source link

update messenger.md fix deprecation warning #1882

Closed lhapaipai closed 7 months ago

lhapaipai commented 7 months ago

Hi, This PR fix some inline code : deprecation warning with MessageHandlerInterface.

Since symfony/messenger 6.2: Implementing "Symfony\Component\Messenger\Handler\MessageHandlerInterface" is deprecated, use the "Symfony\Component\Messenger\Attribute\AsMessageHandler" attribute instead.
soyuka commented 7 months ago

thanks