Skip to content

Commit be00bc7

Browse files
authored
Merge pull request #30 from rdohms/patch-1
Making ExceptionHelper friendly to Extensions
2 parents e973df8 + 266686c commit be00bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sentry/SentryBundle/EventListener/ExceptionListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ class ExceptionListener
2626
private $authorizationChecker;
2727

2828
/** @var \Raven_Client */
29-
private $client;
29+
protected $client;
3030

3131
/** @var string[] */
32-
private $skipCapture;
32+
protected $skipCapture;
3333

3434
/**
3535
* ExceptionListener constructor.

0 commit comments

Comments
 (0)