Mention the interface is a marker

This commit is contained in:
Samuel ROZE 2018-04-04 08:28:34 +01:00
parent ee51f74a8c
commit ff9153ea67

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Messenger\Handler;
/**
* Handlers can implement this interface.
* Marker interface for message handlers.
*
* @author Samuel Roze <samuel.roze@gmail.com>
*/