We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba81c4 commit 8543e49Copy full SHA for 8543e49
src/EventListener/ExceptionListener.php
@@ -26,10 +26,10 @@
26
class ExceptionListener implements SentryExceptionListenerInterface
27
{
28
/** @var TokenStorageInterface|null */
29
- private $tokenStorage;
+ protected $tokenStorage;
30
31
/** @var AuthorizationCheckerInterface|null */
32
- private $authorizationChecker;
+ protected $authorizationChecker;
33
34
/** @var \Raven_Client */
35
protected $client;
@@ -38,7 +38,7 @@ class ExceptionListener implements SentryExceptionListenerInterface
38
protected $eventDispatcher;
39
40
/** @var RequestStack */
41
- private $requestStack;
+ protected $requestStack;
42
43
/** @var string[] */
44
protected $skipCapture;
0 commit comments