Commit 072db6b
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) symfony#51954
Remove redundant PHPdoc line
properly handle SYMFONY_DOTENV_VARS being the empty string
Avoid incompatibility with symfony/console 7
bug symfony#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
25 files changed
+246
-47
lines changed- src/Symfony
- Bundle
- FrameworkBundle
- DependencyInjection
- Resources/config/schema
- Tests
- Fixtures/Serializer
- Functional/app/Serializer
- WebProfilerBundle/Resources/views/Profiler
- Component
- Console/Output
- DependencyInjection
- Dotenv
- Command
- Tests/Command
- ExpressionLanguage
- Node
- Tests
- HttpKernel
- Controller/ArgumentResolver
- Tests
- Controller/ArgumentResolver
- Fixtures
- Mailer/Bridge/Amazon/Tests/Transport
- Messenger/Bridge/Redis/Transport
- Serializer
- Normalizer
- Tests
- Fixtures
- String/Tests
- Validator/Resources/translations
- VarDumper/Tests/Caster
25 files changed
+246
-47
lines changedLines changed: 10 additions & 8 deletions
| 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 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
| 982 | + | |
982 | 983 | | |
983 | 984 | | |
984 | 985 | | |
| |||
Lines changed: 19 additions & 0 deletions
| 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 | + | |
Lines changed: 19 additions & 0 deletions
| 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 | + | |
Lines changed: 6 additions & 0 deletions
| 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 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
113 | 112 | | |
114 | 113 | | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
| |||
0 commit comments