Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored and StyleCIBot committed Nov 20, 2020
1 parent f303260 commit 60badc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Handler/SentryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

use Monolog\Handler\AbstractProcessingHandler;
use Monolog\Logger;
use function Sentry\captureEvent;
use Sentry\Event;
use Sentry\EventHint;
use Sentry\Severity;
use Sentry\State\Scope;
use Throwable;

use function Sentry\captureEvent;
use function Sentry\withScope;
use Throwable;

class SentryHandler extends AbstractProcessingHandler
{
Expand Down

0 comments on commit 60badc8

Please sign in to comment.