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
Push — master ( 581fb3...6164d7 )
by Gregorio
01:53
created
src/TwilioChannel.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace NotificationChannels\Twilio;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Notifications\Notification;
7 6
 use Illuminate\Contracts\Events\Dispatcher;
8
-use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification;
9 7
 use Illuminate\Notifications\Events\NotificationFailed;
8
+use Illuminate\Notifications\Notification;
9
+use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification;
10 10
 
11 11
 class TwilioChannel
12 12
 {
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      * Get the alphanumeric sender.
87 87
      *
88 88
      * @param $notifiable
89
-     * @return mixed|null
89
+     * @return boolean
90 90
      * @throws CouldNotSendNotification
91 91
      */
92 92
     protected function canReceiveAlphanumericSender($notifiable)
Please login to merge, or discard this patch.