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.
x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 2e12c2...4b9323 )
by Freek
7s
created
src/OneSignalChannel.php 1 patch
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\OneSignal;
4 4
 
5 5
 use Berkayk\OneSignal\OneSignalClient;
6
-use NotificationChannels\OneSignal\Exceptions\CouldNotSendNotification;
6
+use Illuminate\Notifications\Notification;
7 7
 use NotificationChannels\OneSignal\Events\MessageWasSent;
8 8
 use NotificationChannels\OneSignal\Events\SendingMessage;
9
-use Illuminate\Notifications\Notification;
9
+use NotificationChannels\OneSignal\Exceptions\CouldNotSendNotification;
10 10
 use Psr\Http\Message\ResponseInterface;
11 11
 
12 12
 class Channel
Please login to merge, or discard this patch.