Commit dcbd023
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
6 files changed
+56
-9
lines changed- DependencyInjection
- Resources/config/schema
- Tests
- Fixtures/Serializer
- Functional/app/Serializer
6 files changed
+56
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1990 | 1990 | | |
1991 | 1991 | | |
1992 | 1992 | | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
1993 | 1999 | | |
1994 | 2000 | | |
1995 | | - | |
| 2001 | + | |
1996 | 2002 | | |
1997 | 2003 | | |
1998 | 2004 | | |
1999 | 2005 | | |
2000 | 2006 | | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
2004 | | - | |
2005 | | - | |
2006 | | - | |
2007 | | - | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
2008 | 2010 | | |
2009 | 2011 | | |
2010 | 2012 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
| 982 | + | |
982 | 983 | | |
983 | 984 | | |
984 | 985 | | |
| |||
| 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 | + | |
| 19 | + | |
| 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 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments