Skip to content

Commit 849818d

Browse files
Add missing @internal annotations
1 parent c1da4d8 commit 849818d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Extension/DataCollector/FormDataCollector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ public function getData()
228228
return $this->data;
229229
}
230230

231+
/**
232+
* @internal
233+
*/
231234
public function serialize()
232235
{
233236
if ($this->hasVarDumper) {

0 commit comments

Comments
 (0)