Commit 3cc3095
committed
Merge branch '5.4' into 6.0
* 5.4:
[Messenger] Fix dealing with unexpected payload in Redis transport
[Filesystem] Update some PHPDoc of the Path class
[VarDumper] Fix dumping mysqli_driver instances
Fix missing ReturnTypeWillChange attributes
[Cache] Add missing log when saving namespace
[HttpKernel] Reset services between requests performed by KernelBrowser
[HttpKernel] Remove unused argument in ArgumentMetadataFactory
[Stopwatch] Fix test expectation
[SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface
KernelTestCase resets internal state on tearDown
[Security/Http] Fix getting password-upgrader when user-loader is a closure
[HttpKernel] Fix extracting controller name from closures
[Intl] fix wrong offset timezone PHP 8.1
Fix type binding
Remove duplicated test
[Dotenv] Fix reading config for symfony/runtime when running dump command
[Serializer] Remove unnecessary break
[Runtime] Fix dotenv_overload with commands
Make document type nodes ignorable
Initialize Symfony\Component\Security\Core\Exception\AccountStatusException:: propertyFile tree
4 files changed
+27
-2
lines changed- Tests
- Functional
- Test
4 files changed
+27
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| 160 | + | |
159 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| |||
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
206 | | - | |
| 212 | + | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
42 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments