diff --git a/components/messenger.rst b/components/messenger.rst index 33132889234..43272beb591 100644 --- a/components/messenger.rst +++ b/components/messenger.rst @@ -58,12 +58,12 @@ Concepts both when a message is originally dispatched and again later when a message is received from a transport, -**Envelope** +**Envelope**: Messenger specific concept, it gives full flexibility inside the message bus, by wrapping the messages into it, allowing to add useful information inside through *envelope stamps*. -**Envelope Stamps** +**Envelope Stamps**: Piece of information you need to attach to your message: serializer context to use for transport, markers identifying a received message or any sort of metadata your middleware or transport layer may use. diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 2cfbaa07376..3f6563afefa 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -952,7 +952,7 @@ your application, you can use your own SUT (System Under Test) solver: The ``My\Namespace\SutSolver::solve`` can be any PHP callable and receives the -current test classname as its first argument. +current test as its first argument. Finally, the listener can also display warning messages when the SUT solver does not find the SUT: