minor #26786 [Messenger] Mention the interface is a marker (sroze)

This PR was merged into the 4.1-dev branch.

Discussion
----------

[Messenger] Mention the interface is a marker

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/pull/26685#discussion_r179029460
| License       | MIT
| Doc PR        | ø

Replace the interface's description to explicit it is a marker. Sentence based on [other](5129c4cf7e/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php (L17)) [examples](c88158a6da/src/Symfony/Component/Security/Core/Encoder/SelfSaltingEncoderInterface.php (L15)) [in](9fda6d3ee3/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php (L15)) [the](9fda6d3ee3/src/Symfony/Component/Process/Exception/ExceptionInterface.php (L15)) [codebase](9fda6d3ee3/src/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php (L15)).

cc @weaverryan @nicolas-grekas

Commits
-------

ff9153ea67 Mention the interface is a marker
This commit is contained in:
Fabien Potencier 2018-04-04 13:49:59 +02:00
commit f785bab897

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>
*/