@@ -47,7 +47,7 @@ |
||
| 47 | 47 | * |
| 48 | 48 | * @throws CouldNotSendNotification |
| 49 | 49 | * |
| 50 | - * @return mixed |
|
| 50 | + * @return \Psr\Http\Message\ResponseInterface |
|
| 51 | 51 | */ |
| 52 | 52 | public function send($fields) |
| 53 | 53 | { |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace NotificationChannels\Hooks; |
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\Client as HttpClient; |
| 6 | -use GuzzleHttp\RequestOptions; |
|
| 7 | 6 | use GuzzleHttp\Exception\ClientException; |
| 7 | +use GuzzleHttp\RequestOptions; |
|
| 8 | 8 | use NotificationChannels\Hooks\Exceptions\CouldNotSendNotification; |
| 9 | 9 | |
| 10 | 10 | class Hooks |