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 ( d4bbbf...cc8a32 )
by Dwight
8s
created
src/ApnChannel.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,12 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Illuminate\Events\Dispatcher;
7
-use ZendService\Apple\Apns\Message\Alert;
7
+use Illuminate\Notifications\Events\NotificationFailed;
8 8
 use Illuminate\Notifications\Notification;
9
-use ZendService\Apple\Apns\Message as Packet;
10
-use ZendService\Apple\Apns\Client\Message as Client;
11 9
 use NotificationChannels\Apn\Exceptions\SendingFailed;
12
-use Illuminate\Notifications\Events\NotificationFailed;
10
+use ZendService\Apple\Apns\Client\Message as Client;
11
+use ZendService\Apple\Apns\Message as Packet;
12
+use ZendService\Apple\Apns\Message\Alert;
13 13
 use ZendService\Apple\Apns\Response\Message as Response;
14 14
 
15 15
 class ApnChannel
Please login to merge, or discard this patch.