Commit bb091ce
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
3 files changed
+49
-2
lines changed- Tests/TypeResolver
- TypeResolver
- Type
3 files changed
+49
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
257 | 266 | | |
258 | 267 | | |
259 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
260 | 293 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
51 | 61 | | |
52 | 62 | | |
53 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
272 | 276 | | |
273 | 277 | | |
274 | 278 | | |
| |||
0 commit comments