Skip to content

Commit

Permalink
Adds line breaks to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
arueckauer committed Nov 9, 2023
1 parent a9e5ecd commit 63aa686
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/MezzioSentryDelegator/ErrorListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@

class ErrorListener
{
public function __invoke(Throwable $exception, ServerRequestInterface $request, ResponseInterface $response): void
{
public function __invoke(
Throwable $exception,
ServerRequestInterface $request,
ResponseInterface $response
): void {
captureException($exception);
}
}

0 comments on commit 63aa686

Please sign in to comment.