Commit 45a8ce0
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
+4
-3
lines changed- ChoiceList
- Tests/Fixtures
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments