File tree
9 files changed
+46
-61
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component/Messenger
- Middleware
- Stamp
- Tests
- Middleware
- Transport/Sync
- Transport/Sync
9 files changed
+46
-61
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| 76 | + |
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
|
src/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
|
src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
| ||
78 | 77 |
|
79 | 78 |
|
80 | 79 |
|
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 | 80 |
|
88 | 81 |
|
89 | 82 |
|
|
src/Symfony/Component/Messenger/Stamp/ForceCallHandlersStamp.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Stamp/ForceCallHandlersStamp.php-27Lines changed: 0 additions & 27 deletions
This file was deleted.
src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php-18Lines changed: 0 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
| ||
88 | 87 |
|
89 | 88 |
|
90 | 89 |
|
91 |
| - |
92 |
| - |
93 | 90 |
|
94 | 91 |
|
95 | 92 |
|
| ||
270 | 267 |
|
271 | 268 |
|
272 | 269 |
|
273 |
| - |
274 |
| - |
275 |
| - |
276 |
| - |
277 |
| - |
278 |
| - |
279 |
| - |
280 |
| - |
281 |
| - |
282 |
| - |
283 |
| - |
284 |
| - |
285 |
| - |
286 |
| - |
287 |
| - |
288 | 270 |
|
289 | 271 |
|
290 | 272 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportFactoryTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 |
| - |
| 25 | + |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportTest.php+14-2Lines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
23 | 34 |
|
24 | 35 |
|
25 |
| - |
| 36 | + |
26 | 37 |
|
| 38 | + |
27 | 39 |
|
28 |
| - |
| 40 | + |
29 | 41 |
|
30 | 42 |
|
src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php+18-3Lines changed: 18 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
| 17 | + |
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
20 |
| - |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
28 | 37 |
|
29 | 38 |
|
30 | 39 |
|
| ||
47 | 56 |
|
48 | 57 |
|
49 | 58 |
|
50 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
51 | 66 |
|
52 | 67 |
|
src/Symfony/Component/Messenger/Transport/Sync/SyncTransportFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Sync/SyncTransportFactory.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
25 | 33 |
|
26 | 34 |
|
27 |
| - |
| 35 | + |
28 | 36 |
|
29 | 37 |
|
30 | 38 |
|
|
0 commit comments