Skip to content

Commit

Permalink
csfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzotikov committed Sep 17, 2024
1 parent d3a8616 commit 1cb604b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Catcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class Catcher
private static $instance;

/**
* SDK handler: contains methods that catchs errors and exceptions
* SDK handler: contains methods that catch errors and exceptions
*
* @var Handler
*/
Expand Down Expand Up @@ -107,7 +107,7 @@ public function sendMessage(string $message, array $context = []): void

/**
* @param Throwable $throwable
* @param array $context
* @param array $context
*
* @throws Throwable
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/SilencedErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

class SilencedErrorException extends \ErrorException
{
}
}
2 changes: 1 addition & 1 deletion src/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Hawk;

use Hawk\Transport\TransportInterface;
use Hawk\Exception\SilencedErrorException;
use Hawk\Transport\TransportInterface;

class Handler
{
Expand Down

0 comments on commit 1cb604b

Please sign in to comment.