Commit e325cdd
committed
Merge branch '5.4' into 6.2
* 5.4:
[Console] Fix computing column width containing multibyte chars
[Messenger] Fix deprecation layer of RedeliveryStamp
[Mime] Form field values with integer keys not resolved correctly
[Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message
[PHPUnitBridge] Fix PHPUnit 10.1 compatibility
[VarDumper] Make the server TCP connection sync
[Messenger] Fix warning message on failed messenger show command
[Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID
[HttpFoundation] Fix BinaryFileResponse
[Form] fix merge
[HttpFoundation] Fix memory limit problems in BinaryFileResponse
[PropertyAccess] Readonly properties must have no PropertyWriteInfo
[Form] Cast choices value callback result to string
[Serializer] Unexpected value should throw UnexpectedValueException
[ErrorHandler] Don't throw deprecations for HttplugClient
[Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS
Avoid leading .. for temporary files from Filesystem recursive removeFile tree
2 files changed
+15
-7
lines changed- ChoiceList/Loader
- Tests/ChoiceList/Loader
2 files changed
+15
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 51 | + | |
| 52 | + | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
90 | 86 | | |
91 | 87 | | |
92 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
| |||
0 commit comments