Skip to content

Commit f2b63f3

Browse files
sylfabreOskarStark
andcommitted
Update messenger.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent 3fbd34f commit f2b63f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ Message Inheritance & Routing Configuration
435435
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
436436

437437
With the following code and configuration, messages will be dispatched like this:
438-
* `Notification` to `async_1`
439-
* `SmsNotification` to `async_1`
440-
* `SmsNotification` to `async_2`
438+
* ``Notification`` to ``async_1``
439+
* ``SmsNotification`` to ``async_1``
440+
* ``SmsNotification`` to ``async_2``
441441

442442
.. code-block::php
443443

0 commit comments

Comments
 (0)