From 85ee2a3f00fbe492b2b5eb5fde11da7d8c1758fd Mon Sep 17 00:00:00 2001 From: saschanowak <1643495+saschanowak@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:15:02 +0000 Subject: [PATCH] [automated] Apply Coding Standard --- Classes/Controller/ModuleController.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Classes/Controller/ModuleController.php b/Classes/Controller/ModuleController.php index f1866dd..7458bf6 100644 --- a/Classes/Controller/ModuleController.php +++ b/Classes/Controller/ModuleController.php @@ -137,11 +137,7 @@ public function importAction( try { $batch->validate(); } catch (Exception $exception) { - $this->addFlashMessage( - $exception->getMessage(), - '', - ContextualFeedbackSeverity::ERROR - ); + $this->addFlashMessage($exception->getMessage(), '', ContextualFeedbackSeverity::ERROR); return $this->redirect('index'); }