File tree
Expand file treeCollapse file tree
54 files changed
+74
-464
lines changedFilter options
- .github
- src/Symfony
- Bridge
- Doctrine
- DependencyInjection
- Tests/DependencyInjection
- PhpUnit
- Legacy
- Bundle
- FrameworkBundle
- CacheWarmer
- DependencyInjection
- Resources/config
- Tests
- DependencyInjection
- Test
- SecurityBundle/Tests
- DependencyInjection/Security/Factory
- Functional/Bundle/RememberMeBundle/Security
- Component
- AssetMapper
- Clock
- DependencyInjection/Tests
- HttpFoundation
- HttpKernel
- Tests
- Messenger
- Exception
- Tests/DependencyInjection
- Mime
- Tests
- RateLimiter
- Policy
- Routing
- Loader
- Tests/Loader
- Security
- Core/Authentication/RememberMe
- Http/RateLimiter
- Serializer
- Annotation
- Mapping/Loader
- NameConverter
- Normalizer
- Tests
- Annotation
- Mapping/Loader
- NameConverter
- Normalizer
- Validator/Constraints
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
54 files changed
+74
-464
lines changed.github/expected-missing-return-types.diff
Copy file name to clipboardExpand all lines: .github/expected-missing-return-types.diff+21-14Lines changed: 21 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 | 48 |
|
59 | 49 |
|
60 | 50 |
|
| ||
408 | 398 |
|
409 | 399 |
|
410 | 400 |
|
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
411 | 418 |
|
412 | 419 |
|
413 | 420 |
|
| ||
426 | 433 |
|
427 | 434 |
|
428 | 435 |
|
429 |
| - |
| 436 | + |
430 | 437 |
|
431 | 438 |
|
432 |
| - |
433 |
| - |
| 439 | + |
| 440 | + |
434 | 441 |
|
435 | 442 |
|
436 |
| - |
| 443 | + |
437 | 444 |
|
438 | 445 |
|
439 | 446 |
|
|
src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php+8-57Lines changed: 8 additions & 57 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
94 |
| - |
95 |
| - |
| 93 | + |
| 94 | + |
96 | 95 |
|
97 | 96 |
|
98 | 97 |
|
| ||
154 | 153 |
|
155 | 154 |
|
156 | 155 |
|
157 |
| - |
| 156 | + |
158 | 157 |
|
159 | 158 |
|
160 | 159 |
|
| ||
187 | 186 |
|
188 | 187 |
|
189 | 188 |
|
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
| 189 | + |
195 | 190 |
|
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
204 |
| - |
205 | 191 |
|
206 | 192 |
|
207 | 193 |
|
| ||
237 | 223 |
|
238 | 224 |
|
239 | 225 |
|
240 |
| - |
241 |
| - |
| 226 | + |
| 227 | + |
242 | 228 |
|
243 | 229 |
|
244 | 230 |
|
| ||
264 | 250 |
|
265 | 251 |
|
266 | 252 |
|
267 |
| - |
268 |
| - |
| 253 | + |
| 254 | + |
269 | 255 |
|
270 | 256 |
|
271 | 257 |
|
| ||
275 | 261 |
|
276 | 262 |
|
277 | 263 |
|
278 |
| - |
279 |
| - |
280 |
| - |
281 |
| - |
282 |
| - |
283 |
| - |
284 |
| - |
285 |
| - |
286 |
| - |
287 |
| - |
288 |
| - |
289 |
| - |
290 |
| - |
291 |
| - |
292 |
| - |
293 |
| - |
294 |
| - |
295 |
| - |
296 |
| - |
297 |
| - |
298 |
| - |
299 |
| - |
300 |
| - |
301 |
| - |
302 |
| - |
303 |
| - |
304 |
| - |
305 |
| - |
306 |
| - |
307 |
| - |
308 |
| - |
309 |
| - |
310 |
| - |
311 |
| - |
312 |
| - |
313 | 264 |
|
314 | 265 |
|
315 | 266 |
|
|
src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php-16Lines changed: 0 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 |
| - |
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 | 177 |
|
194 | 178 |
|
195 | 179 |
|
|
src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php-9Lines changed: 0 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 |
|
| ||
130 | 129 |
|
131 | 130 |
|
132 | 131 |
|
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 | 132 |
|
142 | 133 |
|
143 | 134 |
|
|
src/Symfony/Bridge/PhpUnit/bootstrap.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/bootstrap.php-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
| ||
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 | 43 |
|
53 | 44 |
|
54 | 45 |
|
src/Symfony/Bundle/FrameworkBundle/CacheWarmer/SerializerCacheWarmer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CacheWarmer/SerializerCacheWarmer.php-3Lines changed: 0 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 |
|
| ||
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
54 |
| - |
55 |
| - |
56 | 53 |
|
57 | 54 |
|
58 | 55 |
|
|
src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php-3Lines changed: 0 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 |
|
| ||
50 | 49 |
|
51 | 50 |
|
52 | 51 |
|
53 |
| - |
54 |
| - |
55 | 52 |
|
56 | 53 |
|
57 | 54 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
899 | 899 |
|
900 | 900 |
|
901 | 901 |
|
902 |
| - |
903 |
| - |
904 |
| - |
905 | 902 |
|
906 | 903 |
|
907 | 904 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php-8Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
564 | 564 |
|
565 | 565 |
|
566 | 566 |
|
567 |
| - |
568 |
| - |
569 |
| - |
570 |
| - |
571 |
| - |
572 |
| - |
573 |
| - |
574 |
| - |
575 | 567 |
|
576 | 568 |
|
577 | 569 |
|
|
src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
| 98 | + |
104 | 99 |
|
105 | 100 |
|
106 | 101 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.php-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 | 59 |
|
65 | 60 |
|
66 | 61 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 | 51 |
|
53 | 52 |
|
54 | 53 |
|
| ||
158 | 157 |
|
159 | 158 |
|
160 | 159 |
|
161 |
| - |
162 |
| - |
163 | 160 |
|
164 | 161 |
|
165 | 162 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| ||
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
94 |
| - |
95 |
| - |
96 | 93 |
|
97 | 94 |
|
98 | 95 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Test/WebTestCaseTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Test/WebTestCaseTest.php-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
| ||
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 | 64 |
|
70 | 65 |
|
71 | 66 |
|
| ||
74 | 69 |
|
75 | 70 |
|
76 | 71 |
|
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 | 72 |
|
82 | 73 |
|
83 | 74 |
|
|
0 commit comments