Commit 86e918d
committed
Merge branch '6.4' into 7.0
* 6.4: (23 commits)
fix merge
add missing return type-hints
fix merge
explicitly mark nullable parameters as nullable
fix low deps tests
[HttpKernel] Fix datacollector caster for reference object property
[Serializer] Fixing PHP warning in the ObjectNormalizer with MaxDepth enabled
bug #51578 [Cache] always select database for persistent redis connections
[Security] Validate that CSRF token in form login is string similar to username/password
[Serializer] Use explicit nullable type
[validator] validated Dutch translation
Improve dutch translations
[Translation] Skip state=needs-translation entries only when source == target
[HttpKernel] Ensure controllers are not lazy
[Validator] Fill in trans-unit id 113: This URL does not contain a TLD.
[Validator] added missing Polish translation for unit 113
[Validator] add missing lv translation
[HttpClient] Let curl handle transfer encoding
[Messenger] Make Doctrine connection ignore unrelated tables on setup
[HttpFoundation] Set content-type header in RedirectResponse
...File tree
2 files changed
+3
-1
lines changed- DependencyInjection
- Resources/config
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1481 | 1481 | | |
1482 | 1482 | | |
1483 | 1483 | | |
1484 | | - | |
| 1484 | + | |
1485 | 1485 | | |
1486 | 1486 | | |
1487 | 1487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
0 commit comments