@@ -323,7 +323,6 @@ public function getMicrosecond(): int;
323
323
public function diff (DateTimeInterface $ targetObject , bool $ absolute = false ): DateInterval ;
324
324
325
325
/** @tentative-return-type */
326
- #[\Deprecated(since: '8.5 ' , message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize() ' )]
327
326
public function __wakeup (): void ;
328
327
329
328
public function __serialize (): array ;
@@ -340,7 +339,6 @@ public function __serialize(): array {}
340
339
public function __unserialize (array $ data ): void {}
341
340
342
341
/** @tentative-return-type */
343
- #[\Deprecated(since: '8.5 ' , message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize() ' )]
344
342
public function __wakeup (): void {}
345
343
346
344
/** @tentative-return-type */
@@ -458,7 +456,6 @@ public function __serialize(): array {}
458
456
public function __unserialize (array $ data ): void {}
459
457
460
458
/** @tentative-return-type */
461
- #[\Deprecated(since: '8.5 ' , message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize() ' )]
462
459
public function __wakeup (): void {}
463
460
464
461
/** @tentative-return-type */
@@ -635,7 +632,6 @@ public function __serialize(): array {}
635
632
public function __unserialize (array $ data ): void {}
636
633
637
634
/** @tentative-return-type */
638
- #[\Deprecated(since: '8.5 ' , message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize() ' )]
639
635
public function __wakeup (): void {}
640
636
641
637
/** @tentative-return-type */
@@ -662,7 +658,6 @@ public function __serialize(): array;
662
658
public function __unserialize (array $ data ): void ;
663
659
664
660
/** @tentative-return-type */
665
- #[\Deprecated(since: '8.5 ' , message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize() ' )]
666
661
public function __wakeup (): void {}
667
662
668
663
/** @tentative-return-type */
@@ -739,7 +734,6 @@ public function __serialize(): array;
739
734
public function __unserialize (array $ data ): void ;
740
735
741
736
/** @tentative-return-type */
742
- #[\Deprecated(since: '8.5 ' , message: 'this method is obsolete, as serialization hooks are provided by __unserialize() and __serialize() ' )]
743
737
public function __wakeup (): void {}
744
738
745
739
/** @tentative-return-type */
0 commit comments