8000 minor #28982 Fix typo in Messenger examples (gitomato) · symfony/symfony@39d081e · GitHub
[go: up one dir, main page]

Skip to content

Commit 39d081e

Browse files
committed
minor #28982 Fix typo in Messenger examples (gitomato)
This PR was merged into the 4.2-dev branch. Discussion ---------- Fix typo in Messenger examples | Q | A | ------------- | --- | Branch? | master for features / 2.8 up to 4.1 for bug fixes <!-- see below --> | Bug fix? | no | New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Fixed a typo in UPGRADE-4.2.md. Commits ------- 7da5943 Fix typo in Messenger examples
2 parents b01ea27 + 7da5943 commit 39d081e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-4.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Messenger
175175
After:
176176
```php
177177
yield FirstMessage::class => ['priority' => 0];
178-
yield SecondMessage::class => ['priority => -10];
178+
yield SecondMessage::class => ['priority' => -10];
179179
```
180180

181181
Before:

0 commit comments

Comments
 (0)
0