Commit 0a5df46
committed
minor #14404 Made all messenger transport look the same (Nyholm)
This PR was squashed before being merged into the 5.x branch.
Discussion
----------
Made all messenger transport look the same
This PR is fixing the Transport Configuration in the Messenger component. https://symfony.com/doc/5.2/messenger.html#transport-configuration
I added the following order:
```
Foo Transport
~~~~~~~~~~
One line introduction of Foo. Install it by running:
.. code-block:: terminal
$ composer require symfony/foo-messenger
The Foo transport DSN may looks like this:
.. code-block:: env
# .env
MESSENGER_TRANSPORT_DSN=foo://default
[Any other info about the transport]
The transport has a number of options:
[Table with options]
[Other notes and option related stuff.]
```
Commits
-------
a93da4e Made all messenger transport look the same1 file changed
+147
-143
lines changed
0 commit comments