GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#27)
by
unknown
02:06
created
src/MessagebirdChannel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * @param mixed $notifiable
26 26
      * @param \Illuminate\Notifications\Notification $notification
27 27
      *
28
-     * @return array
28
+     * @return \Psr\Http\Message\ResponseInterface
29 29
      * @throws \NotificationChannels\MessageBird\Exceptions\CouldNotSendNotification
30 30
      */
31 31
     public function send($notifiable, Notification $notification)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Messagebird;
4 4
 
5
-use Illuminate\Notifications\Notification;
6 5
 use Illuminate\Contracts\Events\Dispatcher;
7 6
 use Illuminate\Notifications\Events\NotificationFailed;
7
+use Illuminate\Notifications\Notification;
8 8
 use NotificationChannels\Messagebird\Exceptions\CouldNotSendNotification;
9 9
 
10 10
 class MessagebirdChannel
Please login to merge, or discard this patch.