From f179120a149753ac58ded048055f3583c8410d90 Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Wed, 23 Dec 2020 10:37:38 +0900 Subject: [PATCH] =?UTF-8?q?scrutinizer=E3=81=AE=E6=8C=87=E6=91=98=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Service/CsvExportService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Eccube/Service/CsvExportService.php b/src/Eccube/Service/CsvExportService.php index 565424d46bf..357ca77faed 100644 --- a/src/Eccube/Service/CsvExportService.php +++ b/src/Eccube/Service/CsvExportService.php @@ -333,8 +333,6 @@ public function getData(Csv $Csv, $entity) // スカラ値の場合はそのまま. return $data; } - - return null; } /**