Commit 20cd8c6
committed
Merge branch '5.1' into 5.2
* 5.1:
[PhpUnitBridge] CS fix
[Notifier] Only use sprintf instead of sprintf and string concat
[PhpUnitBridge] Fix PHP 5.5 compatibility
Add missing param annotation abouts $fileLinkFormat
[Form] Fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD)
23412 Stop treating multiline resources as globsFile tree
Expand file treeCollapse file tree
23 files changed
+103
-74
lines changedOpen diff view settings
Filter options
- src/Symfony
- Bridge/PhpUnit
- DeprecationErrorHandler
- Legacy
- Tests/DeprecationErrorHandler
- deprecation
- fake_app
- fake_vendor_bis
- composer
- foo/lib
- fake_vendor
- acme/lib
- bar/lib
- composer
- Component
- Config
- Loader
- Tests/Loader
- ErrorHandler/ErrorRenderer
- Form
- Tests/Util
- Util
- HttpKernel/DataCollector
- Mime/Part
- Notifier/Exception
Expand file treeCollapse file tree
23 files changed
+103
-74
lines changedOpen diff view settings
Collapse file
src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
| ||
61 | 61 | |
62 | 62 | |
63 | 63 | |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
68 | 68 | |
69 | 69 | |
70 | 70 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/DnsMock.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DnsMock.php+15-15Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| ||
137 | 137 | |
138 | 138 | |
139 | 139 | |
140 | | - |
| 140 | + |
141 | 141 | |
142 | 142 | |
143 | 143 | |
| ||
146 | 146 | |
147 | 147 | |
148 | 148 | |
149 | | - |
150 | | - |
| 149 | + |
| 150 | + |
151 | 151 | |
152 | 152 | |
153 | 153 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php+4-4Lines changed: 4 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 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | | - |
| 59 | + |
60 | 60 | |
61 | 61 | |
62 | 62 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/Legacy/PolyfillAssertTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Legacy/PolyfillAssertTrait.php+11-12Lines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | 16 | |
18 | 17 | |
19 | 18 | |
| ||
228 | 227 | |
229 | 228 | |
230 | 229 | |
231 | | - |
| 230 | + |
232 | 231 | |
233 | 232 | |
234 | 233 | |
| ||
239 | 238 | |
240 | 239 | |
241 | 240 | |
242 | | - |
| 241 | + |
243 | 242 | |
244 | 243 | |
245 | 244 | |
| ||
250 | 249 | |
251 | 250 | |
252 | 251 | |
253 | | - |
| 252 | + |
254 | 253 | |
255 | 254 | |
256 | 255 | |
| ||
262 | 261 | |
263 | 262 | |
264 | 263 | |
265 | | - |
| 264 | + |
266 | 265 | |
267 | 266 | |
268 | 267 | |
| ||
274 | 273 | |
275 | 274 | |
276 | 275 | |
277 | | - |
| 276 | + |
278 | 277 | |
279 | 278 | |
280 | 279 | |
| ||
297 | 296 | |
298 | 297 | |
299 | 298 | |
300 | | - |
| 299 | + |
301 | 300 | |
302 | 301 | |
303 | 302 | |
| ||
309 | 308 | |
310 | 309 | |
311 | 310 | |
312 | | - |
| 311 | + |
313 | 312 | |
314 | 313 | |
315 | 314 | |
| ||
332 | 331 | |
333 | 332 | |
334 | 333 | |
335 | | - |
| 334 | + |
336 | 335 | |
337 | 336 | |
338 | 337 | |
| ||
344 | 343 | |
345 | 344 | |
346 | 345 | |
347 | | - |
| 346 | + |
348 | 347 | |
349 | 348 | |
350 | 349 | |
| ||
437 | 436 | |
438 | 437 | |
439 | 438 | |
440 | | - |
| 439 | + |
441 | 440 | |
442 | 441 | |
443 | 442 | |
| ||
449 | 448 | |
450 | 449 | |
451 | 450 | |
452 | | - |
| 451 | + |
453 | 452 | |
454 | 453 | |
455 | 454 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
235 | 235 | |
236 | 236 | |
237 | 237 | |
238 | | - |
| 238 | + |
239 | 239 | |
240 | 240 | |
241 | 241 | |
| ||
283 | 283 | |
284 | 284 | |
285 | 285 | |
286 | | - |
| 286 | + |
287 | 287 | |
288 | | - |
| 288 | + |
289 | 289 | |
290 | 290 | |
291 | 291 | |
| ||
324 | 324 | |
325 | 325 | |
326 | 326 | |
327 | | - |
| 327 | + |
328 | 328 | |
329 | 329 | |
330 | 330 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ConfigurationTest.php+10-10Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
184 | 184 | |
185 | 185 | |
186 | 186 | |
187 | | - |
| 187 | + |
188 | 188 | |
189 | 189 | |
190 | 190 | |
| ||
251 | 251 | |
252 | 252 | |
253 | 253 | |
254 | | - |
| 254 | + |
255 | 255 | |
256 | 256 | |
257 | 257 | |
| ||
277 | 277 | |
278 | 278 | |
279 | 279 | |
280 | | - |
| 280 | + |
281 | 281 | |
282 | 282 | |
283 | 283 | |
| ||
299 | 299 | |
300 | 300 | |
301 | 301 | |
302 | | - |
303 | 302 | |
304 | 303 | |
305 | 304 | |
| ||
319 | 318 | |
320 | 319 | |
321 | 320 | |
322 | | - |
| 321 | + |
323 | 322 | |
324 | 323 | |
325 | 324 | |
| ||
344 | 343 | |
345 | 344 | |
346 | 345 | |
347 | | - |
| 346 | + |
348 | 347 | |
349 | 348 | |
350 | 349 | |
| ||
379 | 378 | |
380 | 379 | |
381 | 380 | |
382 | | - |
| 381 | + |
383 | 382 | |
384 | 383 | |
385 | 384 | |
| ||
388 | 387 | |
389 | 388 | |
390 | 389 | |
391 | | - |
| 390 | + |
392 | 391 | |
393 | 392 | |
394 | 393 | |
| ||
406 | 405 | |
407 | 406 | |
408 | 407 | |
409 | | - |
| 408 | + |
| 409 | + |
410 | 410 | |
411 | 411 | |
| 412 | + |
412 | 413 | |
413 | 414 | |
414 | | - |
415 | 415 | |
Collapse file
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
Collapse file
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/AppService.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/AppService.php+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
Collapse file
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
| 15 | + |
16 | 16 | |
17 | 17 | |
18 | 18 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | | - |
| 30 | + |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
|
0 commit comments