Commit 74fd832
committed
Merge branch '7.1' into 7.2
* 7.1:
[Form] Remove unnecessary imports
minor #58472 CS: clean some whitespaces/indentation (keradus)
Fix newline
harden test to not depend on the system's configured default timezone
[Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTransformer
[Doctrine][Messenger] Use common sequence name to get id from Oracle
[ExpressionLanguage] Add missing test case for `Lexer`
[FrameworkBundle] Fix passing request_stack to session.listener
ensure session storages are opened in tests before destroying them
[Serializer] Fix `ObjectNormalizer` gives warnings on normalizing with public static property
[HttpKernel] Correctly merge `max-age`/`s-maxage` and `Expires` headers
[Security][Validator] Check translations for Czech
[Security] Fix serialized object representation in tests
[DoctrineBridge] Fix risky test warnings
[Serializer] Catch `NotNormalizableValueException` for variadic parametersFile tree
2 files changed
+3
-2
lines changed- Resources/config
- Tests/DependencyInjection
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
| 692 | + | |
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| |||
1926 | 1926 | | |
1927 | 1927 | | |
1928 | 1928 | | |
1929 | | - | |
| 1929 | + | |
1930 | 1930 | | |
1931 | 1931 | | |
1932 | 1932 | | |
| |||
0 commit comments