minor #34975 [Messenger] Fixed syntax in comment (Nyholm)

This PR was merged into the 4.3 branch.

Discussion
----------

[Messenger] Fixed syntax in comment

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Super minor

Commits
-------

20f9a5b Fixed syntax in comment
This commit is contained in:
Yonel Ceruto 2019-12-13 15:06:44 -05:00
commit 12ff0bceaf

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:
*