diff --git a/src/EventListener/ExceptionListener.php b/src/EventListener/ExceptionListener.php index 8d3213ba..aaf69586 100644 --- a/src/EventListener/ExceptionListener.php +++ b/src/EventListener/ExceptionListener.php @@ -26,10 +26,10 @@ class ExceptionListener implements SentryExceptionListenerInterface { /** @var TokenStorageInterface|null */ - private $tokenStorage; + protected $tokenStorage; /** @var AuthorizationCheckerInterface|null */ - private $authorizationChecker; + protected $authorizationChecker; /** @var \Raven_Client */ protected $client; @@ -38,7 +38,7 @@ class ExceptionListener implements SentryExceptionListenerInterface protected $eventDispatcher; /** @var RequestStack */ - private $requestStack; + protected $requestStack; /** @var string[] */ protected $skipCapture;