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()
98
98
public function __debugInfo ()
99
99
{
100
100
}
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
+ }
101
111
}
Original file line number Diff line number Diff line change @@ -144,6 +144,16 @@ public function getExtractFlags()
144
144
public function __debugInfo ()
145
145
{
146
146
}
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
+ }
147
157
/** @cvalue SPL_PQUEUE_EXTR_BOTH */
148
158
#[\Since('8.4 ' )]
149
159
public const int EXTR_BOTH = UNKNOWN ;
You can’t perform that action at this time.
0 commit comments