Fixed syntax in comment

This commit is contained in:
Tobias Nyholm 2019-12-13 20:25:45 +01:00 committed by GitHub
parent 96f04d9b32
commit 20f9a5bbb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ interface MessageSubscriberInterface extends MessageHandlerInterface
* It can also change the priority per classes.
*
* yield FirstMessage::class => ['priority' => 0];
* yield SecondMessage::class => ['priority => -10];
* yield SecondMessage::class => ['priority' => -10];
*
* It can also specify a method, a priority, a bus and/or a transport per message:
*