Completed
Push — master ( 04b1bb...a531de )
by Irfaq
16:11 queued 06:09
created
src/Hooks.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.