Commit 077ddd4
committed
Merge branch '6.4' into 7.0
* 6.4: (26 commits)
[AssetMapper] Fix: also download files referenced by url() in CSS
[AssetMapper] Fix eager imports are not deduplicated
[Mime] Add `TemplatedEmail::$locale` to the serialized props
fix tests
add return types to test fixtures
fix merge
[Cache] Get TRUNCATE statement from platform
do not detect the deserialization_path context value twice
fix detecting the database server version
[Cache] Add url decoding of password in `RedisTrait` DSN
[Serializer] Remove incompatible type declaration with PHP 7.2
[Serializer] Fix test
Fix denormalizing empty string into object|null parameter
[PropertyInfo] Fixed promoted property type detection for `PhpStanExtractor`
[Serializer] Move discrimination to abstract
[Serializer] Fix deserialization_path missing using contructor
[Serializer] Fix access to private when Ignore
[AssetMapper] Adding an option (true by default) to not publish dot files
[AssetMapper] Fixing out-of-date test on Windows
[HttpKernel] Fix logging deprecations to the "php" channel when channel "deprecation" is not defined
...File tree
6 files changed
+12
-2
lines changed- DependencyInjection
- Resources/config
- schema
- Tests/DependencyInjection
6 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
863 | 868 | | |
864 | 869 | | |
865 | 870 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1325 | 1325 | | |
1326 | 1326 | | |
1327 | 1327 | | |
1328 | | - | |
| 1328 | + | |
| 1329 | + | |
1329 | 1330 | | |
1330 | 1331 | | |
1331 | 1332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
671 | 672 | | |
672 | 673 | | |
673 | 674 | | |
| 675 | + | |
674 | 676 | | |
675 | 677 | | |
676 | 678 | | |
| |||
0 commit comments