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 ( 6f02ac...e2c3d1 )
by Cretu
03:12
created
src/WebPushChannel.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\WebPush;
4 4
 
5
-use Minishlink\WebPush\WebPush;
6
-use Minishlink\WebPush\Subscription;
7
-use Minishlink\WebPush\MessageSentReport;
8 5
 use Illuminate\Notifications\Notification;
6
+use Minishlink\WebPush\MessageSentReport;
7
+use Minishlink\WebPush\Subscription;
8
+use Minishlink\WebPush\WebPush;
9 9
 
10 10
 class WebPushChannel
11 11
 {
Please login to merge, or discard this patch.