Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Oct 23, 2023
1 parent 5bafb65 commit c647cc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/ClientBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Sentry\HttpClient\HttpClientInterface;
use Sentry\Serializer\PayloadSerializer;
use Sentry\Serializer\RepresentationSerializerInterface;
use Sentry\Serializer\SerializerInterface;
use Sentry\Transport\HttpTransport;
use Sentry\Transport\TransportInterface;

Expand Down
1 change: 1 addition & 0 deletions src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ public function setServerName(string $serverName): void
* Gets a list of exceptions to be ignored and not sent to Sentry.
*
* @return string[]
* @psalm-return list<class-string<\Throwable>>
*/
public function getIgnoreExceptions(): array
{
Expand Down

0 comments on commit c647cc9

Please sign in to comment.