Commit bd95975
committed
Merge branch '7.0' into 7.1
* 7.0: (39 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
initialize the current time with midnight before modifying the date
[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
fix tests
[HttpClient] Let curl handle transfer encoding
...2 files changed
+24
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
1064 | | - | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
1065 | 1079 | | |
1066 | 1080 | | |
1067 | 1081 | | |
1068 | 1082 | | |
1069 | | - | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
1070 | 1088 | | |
1071 | 1089 | | |
1072 | 1090 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
| |||
0 commit comments