[Messenger] Fixed wording in php doc

This commit is contained in:
Grégoire Pineau 2020-12-08 10:57:28 +01:00
parent dde0f3c999
commit e3354d974c

View File

@ -15,7 +15,7 @@ namespace Symfony\Component\Messenger\Exception;
* Marker interface for exceptions to indicate that handling a message should have worked. * Marker interface for exceptions to indicate that handling a message should have worked.
* *
* If something goes wrong while handling a message that's received from a transport * If something goes wrong while handling a message that's received from a transport
* and the message should must be retried, a handler can throw such an exception. * and the message should be retried, a handler can throw such an exception.
* *
* @author Jérémy Derussé <jeremy@derusse.com> * @author Jérémy Derussé <jeremy@derusse.com>
*/ */