File tree
12 files changed
+79
-33
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Component/Messenger
- Command
- Middleware
- Tests/Middleware
12 files changed
+79
-33
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| 64 | + |
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
|
+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
210 | 215 |
|
211 | 216 |
|
212 | 217 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1598 | 1598 |
|
1599 | 1599 |
|
1600 | 1600 |
|
1601 |
| - |
1602 |
| - |
| 1601 | + |
| 1602 | + |
1603 | 1603 |
|
1604 | 1604 |
|
1605 | 1605 |
|
1606 | 1606 |
|
1607 | 1607 |
|
1608 | 1608 |
|
1609 |
| - |
| 1609 | + |
1610 | 1610 |
|
1611 |
| - |
| 1611 | + |
1612 | 1612 |
|
1613 |
| - |
| 1613 | + |
1614 | 1614 |
|
1615 | 1615 |
|
1616 | 1616 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
17 | 21 |
|
18 | 22 |
|
19 | 23 |
|
| ||
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
| 35 | + |
31 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
32 | 40 |
|
33 | 41 |
|
34 | 42 |
|
| ||
39 | 47 |
|
40 | 48 |
|
41 | 49 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
|
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: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
701 | 701 |
|
702 | 702 |
|
703 | 703 |
|
704 |
| - |
705 | 704 |
|
706 | 705 |
|
707 | 706 |
|
708 | 707 |
|
709 | 708 |
|
710 | 709 |
|
711 |
| - |
712 | 710 |
|
713 | 711 |
|
714 | 712 |
|
|
src/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
14 | 12 |
|
15 |
| - |
16 | 13 |
|
17 | 14 |
|
| 15 | + |
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
|
src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
173 |
| - |
174 |
| - |
| 173 | + |
| 174 | + |
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
|
src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php+21-3Lines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
| 37 | + |
33 | 38 |
|
34 | 39 |
|
35 | 40 |
|
| ||
41 | 46 |
|
42 | 47 |
|
43 | 48 |
|
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
44 | 55 |
|
45 |
| - |
| 56 | + |
| 57 | + |
| 58 | + |
46 | 59 |
|
47 |
| - |
48 |
| - |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
49 | 67 |
|
50 | 68 |
|
51 | 69 |
|
|
src/Symfony/Component/Messenger/Middleware/LoggingMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/LoggingMiddleware.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
20 |
| - |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
|
src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php+28-9Lines changed: 28 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
| 29 | + |
| 30 | + |
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
31 | 35 |
|
| 36 | + |
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
35 | 40 |
|
36 | 41 |
|
37 | 42 |
|
38 | 43 |
|
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
43 | 49 |
|
44 | 50 |
|
45 | 51 |
|
46 |
| - |
47 |
| - |
48 |
| - |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
49 | 69 |
|
50 |
| - |
51 |
| - |
| 70 | + |
52 | 71 |
|
53 | 72 |
|
54 | 73 |
|
|
src/Symfony/Component/Messenger/Tests/Middleware/LoggingMiddlewareTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Middleware/LoggingMiddlewareTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
| 22 | + |
20 | 23 |
|
21 | 24 |
|
22 | 25 |
|
|
src/Symfony/Component/Messenger/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/composer.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 |
| - |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
0 commit comments