Commit f8902df
committed
Merge branch '7.4' into 8.0
* 7.4:
[Mime] Deprecate implementing `__sleep/wakeup()` on `AbstractPart` implementations
[Validator] Deprecate implementing `__sleep/wakeup()` on GenericMetadata implementations
[String] Deprecate implementing `__sleep/wakeup()` on string implementations
More cleanups related to internal sleep/wakeup usages
[HttpKernel] Deprecate `__sleep/wakeup()` on kernels and data collectors and make `Profile` final
[Serializer] Make `AttributeMetadata` and `ClassMetadata` final
Replace __sleep/wakeup() by __(un)serialize() when BC isn't a concern
chore: PHP CS Fixer - simplify config2 files changed
+21
-45
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 46 | + | |
53 | 47 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
57 | 51 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
61 | 58 | | |
62 | | - | |
63 | | - | |
64 | 59 | | |
| 60 | + | |
| 61 | + | |
65 | 62 | | |
66 | 63 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | | - | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
0 commit comments