Commit 584c21b
File tree
23 files changed
+426
-209
lines changedFilter options
- src/Symfony/Component/Messenger
- Command
- DependencyInjection
- Handler
- Middleware
- Stamp
- Tests
- Command
- DependencyInjection
- Handler
- Middleware
- Stamp
23 files changed
+426
-209
lines changedsrc/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
84 | 90 |
|
85 | 91 |
|
86 | 92 |
|
|
src/Symfony/Component/Messenger/Command/DebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/DebugCommand.php+17-1Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
| 87 | + |
| 88 | + |
| 89 | + |
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
| ||
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
100 | 116 |
|
src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php+28-21Lines changed: 28 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
94 | 95 |
|
95 | 96 |
|
96 | 97 |
|
97 |
| - |
| 98 | + |
98 | 99 |
|
| 100 | + |
99 | 101 |
|
100 |
| - |
101 |
| - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
102 | 108 |
|
103 | 109 |
|
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
| 110 | + |
| 111 | + |
108 | 112 |
|
109 | 113 |
|
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
| 114 | + |
| 115 | + |
114 | 116 |
|
115 |
| - |
116 |
| - |
| 117 | + |
| 118 | + |
| 119 | + |
117 | 120 |
|
118 |
| - |
| 121 | + |
119 | 122 |
|
120 | 123 |
|
121 |
| - |
122 |
| - |
| 124 | + |
123 | 125 |
|
124 | 126 |
|
125 | 127 |
|
| ||
141 | 143 |
|
142 | 144 |
|
143 | 145 |
|
144 |
| - |
| 146 | + |
145 | 147 |
|
146 | 148 |
|
147 | 149 |
|
| ||
154 | 156 |
|
155 | 157 |
|
156 | 158 |
|
157 |
| - |
| 159 | + |
158 | 160 |
|
159 | 161 |
|
160 | 162 |
|
161 | 163 |
|
162 | 164 |
|
163 |
| - |
164 |
| - |
165 |
| - |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
166 | 173 |
|
167 | 174 |
|
168 | 175 |
|
|
src/Symfony/Component/Messenger/HandleTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/HandleTrait.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
src/Symfony/Component/Messenger/Handler/HandlerDescriptor.php
Copy file name to clipboard+82Lines changed: 82 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 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
src/Symfony/Component/Messenger/Handler/HandlersLocator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/HandlersLocator.php+32-4Lines changed: 32 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
| ||
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
28 |
| - |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| ||
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
43 |
| - |
44 |
| - |
45 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
46 | 48 |
|
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
47 | 62 |
|
48 | 63 |
|
49 | 64 |
|
| ||
60 | 75 |
|
61 | 76 |
|
62 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
63 | 91 |
|
src/Symfony/Component/Messenger/Handler/HandlersLocatorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/HandlersLocatorInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php+9-10Lines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 58 | + |
| 59 | + |
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 |
| - |
| 64 | + |
| 65 | + |
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 |
| - |
92 |
| - |
93 |
| - |
| 91 | + |
| 92 | + |
94 | 93 |
|
95 | 94 |
|
96 | 95 |
|
|
0 commit comments