Commit e512b7e
File tree
13 files changed
+272
-36
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Component/Messenger
- Command
- DependencyInjection
- Middleware
- Stamp
- Tests
- DependencyInjection
- Middleware
13 files changed
+272
-36
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1616 | 1616 |
|
1617 | 1617 |
|
1618 | 1618 |
|
1619 |
| - |
1620 |
| - |
| 1619 | + |
| 1620 | + |
| 1621 | + |
| 1622 | + |
| 1623 | + |
| 1624 | + |
| 1625 | + |
| 1626 | + |
1621 | 1627 |
|
1622 | 1628 |
|
1623 | 1629 |
|
| ||
1628 | 1634 |
|
1629 | 1635 |
|
1630 | 1636 |
|
| 1637 | + |
| 1638 | + |
| 1639 | + |
| 1640 | + |
1631 | 1641 |
|
1632 | 1642 |
|
1633 | 1643 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 | 84 |
|
86 | 85 |
|
87 | 86 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
727 | 727 |
|
728 | 728 |
|
729 | 729 |
|
| 730 | + |
730 | 731 |
|
731 | 732 |
|
732 | 733 |
|
733 | 734 |
|
734 | 735 |
|
735 | 736 |
|
736 | 737 |
|
| 738 | + |
737 | 739 |
|
738 | 740 |
|
739 | 741 |
|
|
src/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
7 | 12 |
|
8 | 13 |
|
9 | 14 |
|
|
src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php+16-29Lines changed: 16 additions & 29 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
| ||
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 |
| - |
66 | 64 |
|
67 | 65 |
|
68 | 66 |
|
69 | 67 |
|
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
73 |
| - |
| 71 | + |
74 | 72 |
|
75 | 73 |
|
76 | 74 |
|
| ||
89 | 87 |
|
90 | 88 |
|
91 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
92 | 96 |
|
93 | 97 |
|
94 | 98 |
|
| ||
112 | 116 |
|
113 | 117 |
|
114 | 118 |
|
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 | 119 |
|
134 | 120 |
|
135 | 121 |
|
| ||
147 | 133 |
|
148 | 134 |
|
149 | 135 |
|
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 | 136 |
|
155 | 137 |
|
156 | 138 |
|
157 | 139 |
|
158 | 140 |
|
159 |
| - |
160 | 141 |
|
161 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
162 | 149 |
|
163 | 150 |
|
164 | 151 |
|
| ||
176 | 163 |
|
177 | 164 |
|
178 | 165 |
|
179 |
| - |
| 166 | + |
180 | 167 |
|
181 | 168 |
|
182 | 169 |
|
|
src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
248 | 248 |
|
249 | 249 |
|
250 | 250 |
|
251 |
| - |
252 |
| - |
| 251 | + |
253 | 252 |
|
254 | 253 |
|
255 | 254 |
|
|
src/Symfony/Component/Messenger/Middleware/AddBusNameStampMiddleware.php
Copy file name to clipboard+39Lines changed: 39 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 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
src/Symfony/Component/Messenger/RoutableMessageBus.php
Copy file name to clipboard+58Lines changed: 58 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 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
src/Symfony/Component/Messenger/Stamp/BusNameStamp.php
Copy file name to clipboard+34Lines changed: 34 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 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
266 |
| - |
267 | 266 |
|
268 | 267 |
|
269 | 268 |
|
|
src/Symfony/Component/Messenger/Tests/Middleware/AddBusNameStampMiddlewareTest.php
Copy file name to clipboard+33Lines changed: 33 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 | + |
| 31 | + |
| 32 | + |
| 33 | + |
0 commit comments