From 362957460fc49dbbedcaf51aeaa505e2a2b18494 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 7 Nov 2017 16:22:11 +0100 Subject: [PATCH] Make it Symfony 3.4 compliant --- Makefile | 1 - .../DataCollector/DictionaryDataCollector.php | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8423478..2406f74c 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,3 @@ fix: test: bin/phpspec run -fpretty - bin/php-cs-fixer --diff --dry-run -v fix diff --git a/src/Knp/DictionaryBundle/DataCollector/DictionaryDataCollector.php b/src/Knp/DictionaryBundle/DataCollector/DictionaryDataCollector.php index 7d140cf0..795ab08c 100644 --- a/src/Knp/DictionaryBundle/DataCollector/DictionaryDataCollector.php +++ b/src/Knp/DictionaryBundle/DataCollector/DictionaryDataCollector.php @@ -30,6 +30,13 @@ public function getDictionaries() return $this->data; } + /** + * {@inheritdoc} + */ + public function reset() + { + } + /** * {@inheritdoc} */