File tree
13 files changed
+99
-33
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Component/Messenger
- Command
- DependencyInjection
- Tests
- Stamp
- Transport/Sender
- Transport
- Doctrine
- Sender
13 files changed
+99
-33
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+16-7Lines changed: 16 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
282 | 282 |
|
283 | 283 |
|
284 | 284 |
|
| 285 | + |
| 286 | + |
| 287 | + |
285 | 288 |
|
286 | 289 |
|
287 | 290 |
|
| ||
1758 | 1761 |
|
1759 | 1762 |
|
1760 | 1763 |
|
1761 |
| - |
1762 |
| - |
1763 |
| - |
1764 |
| - |
1765 |
| - |
1766 |
| - |
1767 |
| - |
| 1764 | + |
| 1765 | + |
| 1766 | + |
| 1767 | + |
| 1768 | + |
| 1769 | + |
| 1770 | + |
| 1771 | + |
| 1772 | + |
| 1773 | + |
| 1774 | + |
| 1775 | + |
| 1776 | + |
1768 | 1777 |
|
1769 | 1778 |
|
1770 | 1779 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
328 | 328 |
|
329 | 329 |
|
330 | 330 |
|
| 331 | + |
331 | 332 |
|
332 | 333 |
|
333 | 334 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
707 | 707 |
|
708 | 708 |
|
709 | 709 |
|
710 |
| - |
| 710 | + |
711 | 711 |
|
712 | 712 |
|
713 |
| - |
714 |
| - |
715 |
| - |
| 713 | + |
| 714 | + |
| 715 | + |
| 716 | + |
| 717 | + |
| 718 | + |
| 719 | + |
716 | 720 |
|
717 | 721 |
|
718 | 722 |
|
|
src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
56 | 57 |
|
57 | 58 |
|
| 59 | + |
58 | 60 |
|
59 | 61 |
|
60 | 62 |
|
|
src/Symfony/Component/Messenger/Command/FailedMessagesPurgeCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/FailedMessagesPurgeCommand.php+11-6Lines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
47 | 52 |
|
48 | 53 |
|
49 | 54 |
|
| ||
58 | 63 |
|
59 | 64 |
|
60 | 65 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
| ||
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
73 |
| - |
| 74 | + |
74 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
75 | 80 |
|
76 | 81 |
|
77 | 82 |
|
| ||
87 | 92 |
|
88 | 93 |
|
89 | 94 |
|
90 |
| - |
| 95 | + |
91 | 96 |
|
92 | 97 |
|
93 | 98 |
|
|
src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 |
| - |
29 | 27 |
|
30 | 28 |
|
31 | 29 |
|
|
src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
|
src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
253 | 253 |
|
254 | 254 |
|
255 | 255 |
|
| 256 | + |
256 | 257 |
|
257 | 258 |
|
258 | 259 |
|
| ||
263 | 264 |
|
264 | 265 |
|
265 | 266 |
|
266 |
| - |
267 |
| - |
268 |
| - |
269 |
| - |
270 |
| - |
271 | 267 |
|
272 | 268 |
|
273 | 269 |
|
|
src/Symfony/Component/Messenger/Tests/Stamp/SentToFailedTransportStampTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Stamp/SentToFailedTransportStampTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/Sender/SendersLocatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/Sender/SendersLocatorTest.php+27-2Lines changed: 27 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
68 | 93 |
|
69 | 94 |
|
70 | 95 |
|
|
src/Symfony/Component/Messenger/Transport/Doctrine/Connection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Doctrine/Connection.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
|
src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php+26-3Lines changed: 26 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
38 |
| - |
| 40 | + |
39 | 41 |
|
40 | 42 |
|
41 |
| - |
42 |
| - |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
43 | 53 |
|
44 | 54 |
|
45 | 55 |
|
| ||
52 | 62 |
|
53 | 63 |
|
54 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
55 | 78 |
|
56 | 79 |
|
57 | 80 |
|
|
0 commit comments