Commit 73cf0c0
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
...2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments