File tree
8 files changed
+73
-152
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Component/Messenger
- Middleware
- Stamp
- Tests/Middleware
8 files changed
+73
-152
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+4-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 |
| - |
| 115 | + |
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
| ||
2176 | 2176 |
|
2177 | 2177 |
|
2178 | 2178 |
|
2179 |
| - |
2180 |
| - |
| 2179 | + |
| 2180 | + |
2181 | 2181 |
|
2182 |
| - |
| 2182 | + |
2183 | 2183 |
|
2184 | 2184 |
|
2185 | 2185 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.php+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php+5-5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| ||
1066 | 1066 |
|
1067 | 1067 |
|
1068 | 1068 |
|
1069 |
| - |
| 1069 | + |
1070 | 1070 |
|
1071 | 1071 |
|
1072 | 1072 |
|
1073 | 1073 |
|
1074 | 1074 |
|
1075 |
| - |
| 1075 | + |
1076 | 1076 |
|
1077 | 1077 |
|
1078 | 1078 |
|
| ||
1090 | 1090 |
|
1091 | 1091 |
|
1092 | 1092 |
|
1093 |
| - |
| 1093 | + |
1094 | 1094 |
|
1095 | 1095 |
|
1096 | 1096 |
|
1097 | 1097 |
|
1098 | 1098 |
|
1099 |
| - |
| 1099 | + |
1100 | 1100 |
|
1101 | 1101 |
|
1102 | 1102 |
|
|
src/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
src/Symfony/Component/Messenger/Middleware/LockMiddleware.php renamed to src/Symfony/Component/Messenger/Middleware/DeduplicateMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/DeduplicateMiddleware.php+8-23
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 | 32 |
|
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
51 | 36 |
|
52 |
| - |
| 37 | + |
53 | 38 |
|
54 | 39 |
|
55 | 40 |
|
56 | 41 |
|
57 | 42 |
|
58 | 43 |
|
59 |
| - |
| 44 | + |
60 | 45 |
|
61 | 46 |
|
62 | 47 |
|
|
src/Symfony/Component/Messenger/Stamp/DeduplicateStamp.php
Copy file name to clipboard+42
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 | + |
src/Symfony/Component/Messenger/Stamp/LockStamp.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/LockStamp.php-106
This file was deleted.
src/Symfony/Component/Messenger/Tests/Middleware/LockMiddlewareTest.php renamed to src/Symfony/Component/Messenger/Tests/Middleware/DeduplicateMiddlewareTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Middleware/DeduplicateMiddlewareTest.php+11-11
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
| 18 | + |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 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 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
0 commit comments