8000 Minor syntax fix · githubfromgui/symfony-docs@11abc81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11abc81

Browse files
committed
Minor syntax fix
1 parent 9fd48b8 commit 11abc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ To use Symfony's built-in AMQP transport, you need the AMQP PHP extension.
877877
By default, the transport will automatically create any exchanges, queues and
878878
binding keys that are needed. That can be disabled, but some functionality
879879
may not work correctly (like delayed queues).
880-
To not autocreate any queues, you can configure a transport with `queues: []`.
880+
To not autocreate any queues, you can configure a transport with ``queues: []``.
881881

882882
The transport has a number of other options, including ways to configure
883883
the exchange, queues, binding keys and more. See the documentation on

0 commit comments

Comments
 (0)
0