8000 Minor reword · xelaris/symfony-docs@2c7aa8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c7aa8b

Browse files
committed
Minor reword
1 parent c142399 commit 2c7aa8b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

messenger.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,9 @@ matched under ``routing`` will still be handled immediately, i.e. synchronously.
259259

260260
.. note::
261261

262-
You may use ``'App\Message\*'`` combined with valid namespace. The wildcard
263-
at the end will act as a routing for all messages within the matching namespace.
264-
The wildcard can follow any valid namespace but has to be placed at the end.
265-
This is useful to route all classes sharing the same namespace to the same transport.
262+
You may use a partial PHP namespace like ``'App\Message\*'`` to match all
263+
the messages within the matching namespace. The only requirement is that the
264+
``'*'`` wildcard has to be placed at the end of the namespace.
266265

267266
You may use ``'*'`` as the message class. This will act as a default routing
268267
rule for any message not matched under ``routing``. This is useful to ensure

0 commit comments

Comments
 (0)
0