This commit is contained in:
Fabien Potencier 2019-04-06 11:37:23 +02:00
parent ec18af4dfb
commit 45fd75ea20

View File

@ -15,7 +15,7 @@ use Symfony\Component\Messenger\Envelope;
use Symfony\Contracts\Service\ResetInterface;
/**
* Transport that stay in memory. Useful for testing purpose.
* Transport that stays in memory. Useful for testing purpose.
*
* @author Gary PEGEOT <garypegeot@gmail.com>
*