Completed
Pull Request — master (#9)
by
unknown
01:21
created
src/FcmChannel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 
70 70
     /**
71 71
      * @param $fcmMessage
72
-     * @return Response|void
72
+     * @return \Psr\Http\Message\ResponseInterface
73 73
      * @throws CouldNotSendNotification
74 74
      */
75 75
     protected function sendToFcm($fcmMessage)
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\Fcm;
4 4
 
5 5
 use GuzzleHttp\Client;
6
-use GuzzleHttp\Psr7\Response;
7 6
 use GuzzleHttp\Exception\RequestException;
7
+use GuzzleHttp\Psr7\Response;
8 8
 use Illuminate\Notifications\Notification;
9 9
 use NotificationChannels\Fcm\Exceptions\CouldNotSendNotification;
10 10
 
Please login to merge, or discard this patch.