Skip to content

Commit 547e54e

Browse files
minor #30112 Remove "internal" annotation from datacollector serialization methods (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Remove "internal" annotation from datacollector serialization methods | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - I've been a bit too aggressively adding `@internal` in #30035. Commits ------- 3c8fd2072f Remove "internal" annotation from datacollector serialization methods
2 parents 0d9d4b8 + bee4dd5 commit 547e54e

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
@@ -228,9 +228,6 @@ public function getData()
228228
return $this->data;
229229
}
230230

231-
/**
232-
* @internal
233-
*/
234231
public function serialize()
235232
{
236233
if ($this->hasVarDumper) {

0 commit comments

Comments
 (0)