File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,14 @@ public function isCorrupted()
9898 public function __debugInfo ()
9999 {
100100 }
101+ /** @tentative-return-type */
102+ #[\Since('8.5 ' )]
103+ public function __serialize (): array
104+ {
105+ }
106+ /** @tentative-return-type */
107+ #[\Since('8.5 ' )]
108+ public function __unserialize (array $ data ): void
109+ {
110+ }
101111}
Original file line number Diff line number Diff line change @@ -144,6 +144,16 @@ public function getExtractFlags()
144144 public function __debugInfo ()
145145 {
146146 }
147+ /** @tentative-return-type */
148+ #[\Since('8.5 ' )]
149+ public function __serialize (): array
150+ {
151+ }
152+ /** @tentative-return-type */
153+ #[\Since('8.5 ' )]
154+ public function __unserialize (array $ data ): void
155+ {
156+ }
147157 /** @cvalue SPL_PQUEUE_EXTR_BOTH */
148158 #[\Since('8.4 ' )]
149159 public const int EXTR_BOTH = UNKNOWN ;
You can’t perform that action at this time.
0 commit comments