File tree
10 files changed
+99
-17
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Component/Messenger
- Message
- Middleware
- Tests
- Fixtures
- Middleware
10 files changed
+99
-17
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2267 | 2267 |
|
2268 | 2268 |
|
2269 | 2269 |
|
| 2270 | + |
2270 | 2271 |
|
2271 | 2272 |
|
2272 | 2273 |
|
| ||
2292 | 2293 |
|
2293 | 2294 |
|
2294 | 2295 |
|
2295 |
| - |
| 2296 | + |
2296 | 2297 |
|
2297 | 2298 |
|
2298 | 2299 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
| 96 | + |
| 97 | + |
95 | 98 |
|
96 | 99 |
|
97 | 100 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1065 | 1065 |
|
1066 | 1066 |
|
1067 | 1067 |
|
| 1068 | + |
1068 | 1069 |
|
1069 | 1070 |
|
1070 | 1071 |
|
| ||
1075 | 1076 |
|
1076 | 1077 |
|
1077 | 1078 |
|
| 1079 | + |
1078 | 1080 |
|
1079 | 1081 |
|
1080 | 1082 |
|
| ||
1089 | 1091 |
|
1090 | 1092 |
|
1091 | 1093 |
|
| 1094 | + |
1092 | 1095 |
|
1093 | 1096 |
|
1094 | 1097 |
|
| ||
1100 | 1103 |
|
1101 | 1104 |
|
1102 | 1105 |
|
| 1106 | + |
1103 | 1107 |
|
1104 | 1108 |
|
1105 | 1109 |
|
|
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 |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Component/Messenger/Message/SelfStampableInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Message/SelfStampableInterface.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 |
| - |
| 24 | + |
22 | 25 |
|
src/Symfony/Component/Messenger/MessageBus.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/MessageBus.php-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
54 | 53 |
|
55 | 54 |
|
56 | 55 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 | 56 |
|
62 | 57 |
|
63 | 58 |
|
|
src/Symfony/Component/Messenger/Middleware/AddSelfStampableStampsMiddleware.php
Copy file name to clipboard+35Lines changed: 35 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 | + |
src/Symfony/Component/Messenger/Tests/Fixtures/SelfStampableDummyMessage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Fixtures/SelfStampableDummyMessage.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
src/Symfony/Component/Messenger/Tests/MessageBusTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/MessageBusTest.php-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
| ||
134 | 133 |
|
135 | 134 |
|
136 | 135 |
|
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 | 136 |
|
146 | 137 |
|
147 | 138 |
|
|
src/Symfony/Component/Messenger/Tests/Middleware/AddSelfStampableStampsMiddlewareTest.php
Copy file name to clipboard+49Lines changed: 49 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 | + |
0 commit comments