Commit 24f5a50
committed
Merge branch '5.4' into 6.0
* 5.4:
Update ExceptionInterface.php
Revert removal of Stringable check
Flush with flush() after ob_end_flush()
[Validator] : Fix "PHP Warning: Undefined array key 1" in NotCompromisedPasswordValidator
[Validator] Fix traverse option on Valid constraint when used as Attribute
[HttpFoundation] Fix deleteFileAfterSend on client abortion
Prevent that bad Ignore method annotations lead to incorrect results
also fix the test
fix deprecation
fix sending request to paths containing multiple slashes
Fix generated validation error message for wrong exception mapping status code2 files changed
+35
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
104 | 121 | | |
105 | 122 | | |
106 | 123 | | |
| |||
282 | 299 | | |
283 | 300 | | |
284 | 301 | | |
285 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
286 | 319 | | |
287 | 320 | | |
288 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1221 | 1221 | | |
1222 | 1222 | | |
1223 | 1223 | | |
| 1224 | + | |
1224 | 1225 | | |
1225 | 1226 | | |
1226 | 1227 | | |
| |||
0 commit comments