Skip to content

Commit b30281c

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

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)