Commit 52fc4de
committed
Merge branch '7.4' into 8.0
* 7.4: (21 commits)
[SecurityBundle] Fix tests with Symfony 7.4
[DependencyInjection] Ensure deprecation detection does not trigger a PHP error
[DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
[Form] Clean up wrong method docblocks in data transformers
Fix merge
[DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
[HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
[FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
Revert "[HttpClient] Lazily initialize CurlClientState"
[Yaml] Fix regression handling blank lines in unquoted scalars
[Cache] Fix NullAdapter must set taggable
[FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
allow the installation of MercureBundle 0.4
[Console] don't discard existing aliases when constructing Command
Import all node definition classes to DefinitionConfigurator
Fix the creation of a redis connection with only ext-relay
[FrameworkBundle] Dump bundles config reference first
[DependencyInjection] Don't add the .container.known_envs parameter when empty
[DependencyInjection] Reset resolved state when setting a parameter
[HttpKernel] Don't reset services between fragments redering when using in HttpCache
...File tree
4 files changed
+29
-29
lines changed- Command
- DependencyInjection
- Compiler
4 files changed
+29
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
Lines changed: 19 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 98 | + | |
107 | 99 | | |
108 | 100 | | |
109 | 101 | | |
110 | 102 | | |
111 | 103 | | |
112 | 104 | | |
113 | 105 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 106 | | |
118 | 107 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
125 | 111 | | |
126 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
127 | 120 | | |
128 | 121 | | |
129 | 122 | | |
| |||
132 | 125 | | |
133 | 126 | | |
134 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | | - | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1752 | 1752 | | |
1753 | 1753 | | |
1754 | 1754 | | |
1755 | | - | |
1756 | | - | |
| 1755 | + | |
1757 | 1756 | | |
1758 | 1757 | | |
1759 | 1758 | | |
| |||
2005 | 2004 | | |
2006 | 2005 | | |
2007 | 2006 | | |
2008 | | - | |
2009 | | - | |
| 2007 | + | |
2010 | 2008 | | |
2011 | 2009 | | |
2012 | 2010 | | |
2013 | 2011 | | |
2014 | 2012 | | |
2015 | | - | |
2016 | | - | |
| 2013 | + | |
2017 | 2014 | | |
2018 | 2015 | | |
2019 | 2016 | | |
2020 | 2017 | | |
2021 | 2018 | | |
2022 | 2019 | | |
2023 | 2020 | | |
2024 | | - | |
2025 | | - | |
| 2021 | + | |
2026 | 2022 | | |
2027 | 2023 | | |
2028 | 2024 | | |
| |||
0 commit comments