Skip to content

Commit

Permalink
[automated] Apply Coding Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored and github-actions[bot] committed Oct 22, 2024
1 parent 1a3c7f9 commit 85ee2a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Classes/Controller/ModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 85ee2a3

Please sign in to comment.