Commit c3e4bf9
File tree
5 files changed
+87
-0
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/DependencyInjection
- Component/Messenger
- Attribute
- Tests
- DependencyInjection
- Fixtures
5 files changed
+87
-0
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| 100 | + |
100 | 101 |
|
101 | 102 |
|
102 | 103 |
|
| ||
584 | 585 |
|
585 | 586 |
|
586 | 587 |
|
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
587 | 595 |
|
588 | 596 |
|
589 | 597 |
|
|
src/Symfony/Component/Messenger/Attribute/AsMessageHandler.php
Copy file name to clipboard+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
src/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php+35Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| 24 | + |
22 | 25 |
|
23 | 26 |
|
24 | 27 |
|
| ||
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
| 49 | + |
46 | 50 |
|
47 | 51 |
|
48 | 52 |
|
| ||
101 | 105 |
|
102 | 106 |
|
103 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
104 | 139 |
|
105 | 140 |
|
106 | 141 |
|
|
src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandler.php
Copy file name to clipboard+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
0 commit comments