Skip to content

Commit

Permalink
Remove "internal" annotation from datacollector serialization methods
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 8, 2019
1 parent 0b67519 commit bee4dd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Extension/DataCollector/FormDataCollector.php
Expand Up @@ -228,9 +228,6 @@ public function getData()
return $this->data;
}

/**
* @internal
*/
public function serialize()
{
if ($this->hasVarDumper) {
Expand Down

0 comments on commit bee4dd5

Please sign in to comment.