Commit 02b5def
committed
Merge branch '6.3' into 6.4
* 6.3:
[Cache] Fix tests
[Mailer] [MailPace] Fix undefined array key in errors response
[DependencyInjection] Allow casting env var processors to cast null
[VarDumper] Add named arguments coverage of VarDumper's function
[SecurityBundle] Use LogicException instead of Definition::addError()
[PhpUnitBridge] Disable deduplication of Doctrine deprecations
[Cache] Fix DBAL deprecations
[Messenger] Add deprecation message for the "messenger.listener.stop_worker_on_sigterm_signal_listener" service
Fix broken symlink tests Windows PHP 7.4+
[SecurityBundle] Fix error message when using OIDC and web-token/jwt-core is not installed
[Serializer] Fix discriminator map not working with `AbstractNormalizer::OBJECT_TO_POPULATE`
add @throws to getPayload
[FrameworkBundle] ease migration to symfony 6.3
[VarDumper] Use documentElement instead of body for JS flag
Bump Symfony version to 6.3.1
Update VERSION for 6.3.0
Update CHANGELOG for 6.3.0
[Serializer] Fix discriminator map not working with `AbstractNormalizer::OBJECT_TO_POPULATE`2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
263 | 265 | | |
264 | 266 | | |
265 | 267 | | |
| |||
269 | 271 | | |
270 | 272 | | |
271 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments