From 551d4db8df010256579dd5204e403c077991ff8d Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Thu, 23 May 2024 16:38:55 +0200 Subject: [PATCH] Cleanup fix cs --- Classes/ErrorHandler/ExceptionHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/ErrorHandler/ExceptionHandler.php b/Classes/ErrorHandler/ExceptionHandler.php index b64c586..895a23a 100644 --- a/Classes/ErrorHandler/ExceptionHandler.php +++ b/Classes/ErrorHandler/ExceptionHandler.php @@ -161,10 +161,10 @@ protected function echoExceptionInWebEnvironment($exception) if ($this->shouldExceptionBeDebugged()) { Debug::debug([ - 'Exception! Mehr infos im devlog.', + 'Exception! Mehr infos im devlog.', ], __METHOD__.' Line: '.__LINE__); Debug::debug([ - $exception, + $exception, ], __METHOD__.' Line: '.__LINE__); }