diff options
Diffstat (limited to 'vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php')
| -rw-r--r-- | vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php b/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php index 04ea44a073..323ebf2054 100644 --- a/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php +++ b/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php @@ -133,9 +133,6 @@ class DumpDataCollector extends DataCollector implements DataDumperInterface $this->clonesIndex = 0; } - /** - * @internal - */ public function serialize() { if ($this->clonesCount !== $this->clonesIndex) { @@ -152,9 +149,6 @@ class DumpDataCollector extends DataCollector implements DataDumperInterface return $ser; } - /** - * @internal - */ public function unserialize($data) { $this->data = unserialize($data); |
