Skip to content

Commit

Permalink
Cleanup fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed May 23, 2024
1 parent 6bdabd3 commit 551d4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/ErrorHandler/ExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__);
}

Expand Down

0 comments on commit 551d4db

Please sign in to comment.