Commit f487600
committed
Merge branch '7.4' into 8.0
* 7.4:
[SecurityBundle] Fix tests on Windows
use the empty string instead of null as an array offset
pass the empty string instead of null as key to array_key_exists()
fix test setup
[Validator] Review Turkish translations
[Validator] Review Croatian translations
[Console] Add #[Input] attribute to support DTOs in commands
[Security][SecurityBundle] Dump role hierarchy as mermaid chart
[DependencyInjection] Allow `Class::function(...)` and `global_function(...)` closures in PHP DSL for factories
[VarExporter] Add support for exporting named closures
[Validator] Review translations for Polish (pl)
use the empty string instead of null as an array offset
Review translations for Chinese (zh_TW)
[Serializer] Adjust ObjectNormalizerTest for the accessor method changes from #61097
fix merge
[Security] Fix `HttpUtils::createRequest()` when the base request is forwarded
map legacy options to the "sentinel" key when parsing DSNs
fix setup to actually run Redis Sentinel/Cluster integration tests
[Routing] Don't rebuild cache when controller action body changesFile tree
3 files changed
+18
-2
lines changed- Logout
- Tests
3 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
231 | 241 | | |
232 | 242 | | |
233 | 243 | | |
| |||
0 commit comments