Skip to content

Commit 1026b30

Browse files
Merge branch '7.3' into 7.4
* 7.3: Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages [TypeInfo] simplify identifier comparison in isIdentifiedBy method
2 parents acad9a3 + 78d7e25 commit 1026b30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Extension/DataCollector/FormDataCollector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@ public function getData(): array|Data
197197
return $this->data;
198198
}
199199

200-
/**
201-
* @internal
202-
*/
203200
public function __serialize(): array
204201
{
205202
foreach ($this->data['forms_by_hash'] as &$form) {

0 commit comments

Comments
 (0)