File tree
55 files changed
+196
-92
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- Resources/config
- Tests/Functional/Bundle/TestBundle/AutowiringTypes
- SecurityBundle
- EventListener
- Tests/DataCollector
- Component
- Console
- DependencyInjection
- Compiler
- Exception
- EventDispatcher
- Debug
- Form/Test
- HttpKernel
- DataCollector
- Debug
- EventListener
- Fragment
- Tests/Fragment
- Messenger
- Command
- Event
- Middleware
- Tests
- Middleware
- Security
- Core
- Authentication
- Authorization/Voter
- Tests/Authorization/Voter
- Guard
- Tests
- Http
- Firewall
- Tests/Firewall
- Workflow
- Tests
- Contracts
- EventDispatcher
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+196
-92
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
| 34 | + |
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
94 | 97 |
|
95 | 98 |
|
96 | 99 |
|
|
src/Symfony/Component/Console/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php+1-10Lines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 |
| - |
| 229 | + |
239 | 230 |
|
240 | 231 |
|
241 | 232 |
|
|
src/Symfony/Component/DependencyInjection/Exception/AutowiringFailedException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Exception/AutowiringFailedException.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
|
src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php+24-9Lines changed: 24 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
133 | 134 |
|
134 | 135 |
|
135 | 136 |
|
136 |
| - |
| 137 | + |
137 | 138 |
|
138 | 139 |
|
139 | 140 |
|
| ||
146 | 147 |
|
147 | 148 |
|
148 | 149 |
|
149 |
| - |
| 150 | + |
150 | 151 |
|
151 | 152 |
|
152 | 153 |
|
153 | 154 |
|
154 | 155 |
|
155 |
| - |
| 156 | + |
156 | 157 |
|
157 | 158 |
|
158 | 159 |
|
| ||
163 | 164 |
|
164 | 165 |
|
165 | 166 |
|
166 |
| - |
| 167 | + |
167 | 168 |
|
168 | 169 |
|
169 | 170 |
|
| ||
262 | 263 |
|
263 | 264 |
|
264 | 265 |
|
265 |
| - |
266 |
| - |
| 266 | + |
267 | 267 |
|
268 |
| - |
| 268 | + |
269 | 269 |
|
| 270 | + |
270 | 271 |
|
271 | 272 |
|
272 | 273 |
|
273 | 274 |
|
274 | 275 |
|
275 |
| - |
276 |
| - |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
277 | 292 |
|
278 | 293 |
|
279 | 294 |
|
|
src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php+4-1Lines changed: 4 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 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| 22 | + |
| 23 | + |
21 | 24 |
|
22 | 25 |
|
23 | 26 |
|
| ||
120 | 123 |
|
121 | 124 |
|
122 | 125 |
|
123 |
| - |
| 126 | + |
124 | 127 |
|
125 | 128 |
|
126 | 129 |
|
|
src/Symfony/Component/EventDispatcher/EventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/EventDispatcher.php+15-3Lines changed: 15 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 |
|
| ||
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
51 |
| - |
| 53 | + |
52 | 54 |
|
53 | 55 |
|
54 | 56 |
|
| ||
223 | 225 |
|
224 | 226 |
|
225 | 227 |
|
226 |
| - |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
227 | 237 |
|
228 | 238 |
|
229 | 239 |
|
| 240 | + |
| 241 | + |
230 | 242 |
|
231 |
| - |
| 243 | + |
232 | 244 |
|
233 | 245 |
|
234 | 246 |
|
|
src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php+3-12Lines changed: 3 additions & 12 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 |
|
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 |
| - |
| 23 | + |
22 | 24 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 | 25 |
|
35 | 26 |
|
36 | 27 |
|
|
src/Symfony/Component/EventDispatcher/LegacyEventDispatcherProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/LegacyEventDispatcherProxy.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
| ||
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
54 |
| - |
| 57 | + |
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
| ||
65 | 68 |
|
66 | 69 |
|
67 | 70 |
|
| 71 | + |
68 | 72 |
|
69 | 73 |
|
70 |
| - |
| 74 | + |
71 | 75 |
|
72 | 76 |
|
73 | 77 |
|
|
src/Symfony/Component/EventDispatcher/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/composer.json+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
|
src/Symfony/Component/Form/Test/TypeTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Test/TypeTestCase.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
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 |
|
|
src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
|
src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
57 | 61 |
|
58 | 62 |
|
59 | 63 |
|
|
0 commit comments