Skip to content

Commit

Permalink
Merge pull request getsentry#30 from rdohms/patch-1
Browse files Browse the repository at this point in the history
Making ExceptionHelper friendly to Extensions
  • Loading branch information
dcramer committed Oct 5, 2016
2 parents e973df8 + 266686c commit be00bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sentry/SentryBundle/EventListener/ExceptionListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class ExceptionListener
private $authorizationChecker;

/** @var \Raven_Client */
private $client;
protected $client;

/** @var string[] */
private $skipCapture;
protected $skipCapture;

/**
* ExceptionListener constructor.
Expand Down

0 comments on commit be00bc7

Please sign in to comment.