From d74decba74e0a8870a669379a048d2af84e0c7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 6 Oct 2022 23:57:45 +0200 Subject: [PATCH] DX: Fix cs --- .../ChillPersonBundle/Export/Export/ListPersonDuplicate.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php b/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php index cf7e6608a..e40ffccce 100644 --- a/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php +++ b/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php @@ -120,9 +120,6 @@ class ListPersonDuplicate implements DirectExportInterface, ExportElementValidat return $response; } - /** - * @return string - */ public function getDescription(): string { return 'Create a list of duplicate people';