Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit468bca8
committed
minor#30659 [Messenger] Add a BC layer for the
This PR was merged into the 4.3-dev branch.Discussion----------[Messenger] Add a BC layer for the `ConsumeMessagesCommand` arguments| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no - removing some| Deprecations? | yes (files already updated in previous PR)| Tests pass? | yes| Fixed tickets | ø| License | MIT| Doc PR | øInstead of conflicting `symfony/messenger` with an old `symfony/framework-bundle`, let's add a simple BC layer.Commits-------2123531 Add a BC layer for the `ConsumeMessagesCommand` argumentsConsumeMessagesCommand arguments (sroze)File tree
2 files changed
+8
-2
lines changed- src/Symfony/Component/Messenger
- Command
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
0 commit comments
Comments
(0)