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 (#10)
by Casper
05:54
created
src/TwilioChannel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Illuminate\Notifications\Notification;
7
-use NotificationChannels\Twilio\Events\MessageWasSent;
8
-use NotificationChannels\Twilio\Events\SendingMessage;
9 7
 use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification;
10 8
 use Services_Twilio;
11 9
 
Please login to merge, or discard this patch.