Skip to content

Commit 87f3ddb

Browse files
authored
fix yaml syntax
1 parent 2e56734 commit 87f3ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ To answer this, change the service declaration:
424424
425425
MailerSendmailTransport:
426426
tags:
427-
- { name: 'app.mail_transport', alias: {'sendmail', 'anotherAlias'}}
427+
- { name: 'app.mail_transport', alias: ['sendmail', 'anotherAlias']}
428428
429429
.. code-block:: xml
430430

0 commit comments

Comments
 (0)