Skip to content

Commit 5eb1a36

Browse files
committed
Remove currently unnecessary interface
1 parent 1b8c381 commit 5eb1a36

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/Sentry/SentryBundle/Event/SentryContextEventInterface.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/Sentry/SentryBundle/Event/SentryUserContextEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Symfony\Component\EventDispatcher\Event;
66
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
77

8-
class SentryUserContextEvent extends Event implements SentryContextEventInterface
8+
class SentryUserContextEvent extends Event
99
{
1010
private $authenticationToken;
1111

0 commit comments

Comments
 (0)