Commit 02bd42a
committed
Merge branch '7.4' into 8.0
* 7.4:
[TypeInfo] Simple array should be array type
Handle signals on text input
[TwigBridge] Fix form constraint
[Runtime] Reuse the already created Request object when the app needs it as argument returns a kernel
[Config] Fix array shape generation for backed enums
[Config] Define `TreeBuilder` default generic type
Update validators.el.xlf
Fix MoneyType: add missing step attribute when html5=true
[JsonStreamer] fix invalid json output for list of self
[Console] Preserve `--help` option when a command is not found
[FrameworkBundle] Fix using `FailedMessages*Command` with `SigningSerializer`
[Lock] Fix unserializing already serialized Key payloads
[HttpClient] CachingHttpClient must run after UriTemplate and Scoping
Only register PhpConfigReferenceDumpPass in dev env with debug flag enabled
[Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport
chore: PHP CS Fixer - do not use deprecated sets in config
verify spanish translations with state needs-review-translation
[Security] Fix OIDC discovery when using multiple HttpClient instances
[DependencyInjection] Allow manual bindings on parameters with #[Target]File tree
2 files changed
+46
-0
lines changed- Extension/Core/Type
- Tests/Extension/Core/Type
2 files changed
+46
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
129 | 169 | | |
130 | 170 | | |
131 | 171 | | |
| |||
0 commit comments