diff --git a/src/I18nBundle/DataCollector/I18nDataCollector.php b/src/I18nBundle/DataCollector/I18nDataCollector.php index 0442867..a5bd16c 100644 --- a/src/I18nBundle/DataCollector/I18nDataCollector.php +++ b/src/I18nBundle/DataCollector/I18nDataCollector.php @@ -105,6 +105,14 @@ public function getName() return 'i18n.data_collector'; } + /** + * {@inheritdoc} + */ + public function reset() + { + $this->data = []; + } + /** * @return string|null */