Commit f3b65a6
committed
Merge branch '6.3' into 6.4
* 6.3:
fix merge
[VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space
[WebProfilerBundle] Fix intercept external redirects
[Webhook] Added missing XML attribute in config XSD
[String] Skip a test when an issue is detected in PCRE2
[ExpressionLanguage] Fix null coalescing propagation
[Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
detect colors on not windows
fix xterm detection
refactor: hyper check
Missing translations for Slovak (sk) #51954
Remove redundant PHPdoc line
properly handle SYMFONY_DOTENV_VARS being the empty string
Avoid incompatibility with symfony/console 7
bug #45057 [Messenger] Avoid reconnecting active Redis connections.
[HttpKernel] Catch `TypeError` if the wrong type is used in `BackedEnumValueResolver`
[Serializer] fix regression where nullable int cannot be serialized
do not overwrite an application's default serialization contextFile tree
3 files changed
+32
-1
lines changed- Controller/ArgumentResolver
- Tests
- Controller/ArgumentResolver
- Fixtures
3 files changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
137 | 150 | | |
138 | 151 | | |
139 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments