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
Branch master (033547)
by Mateusz
01:59
created
src/SmsapiChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Smsapi;
4 4
 
5
-use SMSApi\Api\Response\StatusResponse;
6 5
 use Illuminate\Notifications\Notification;
6
+use SMSApi\Api\Response\StatusResponse;
7 7
 
8 8
 class SmsapiChannel
9 9
 {
Please login to merge, or discard this patch.
src/SmsapiClient.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Smsapi;
4 4
 
5
-use SMSApi\Client;
6
-use SMSApi\Proxy\Proxy;
7 5
 use SMSApi\Api\MmsFactory;
6
+use SMSApi\Api\Response\Response;
8 7
 use SMSApi\Api\SmsFactory;
9 8
 use SMSApi\Api\VmsFactory;
10
-use SMSApi\Api\Response\Response;
9
+use SMSApi\Client;
10
+use SMSApi\Proxy\Proxy;
11 11
 
12 12
 class SmsapiClient
13 13
 {
Please login to merge, or discard this patch.
src/SmsapiServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Smsapi;
4 4
 
5
-use SMSApi\Client;
6 5
 use Illuminate\Support\ServiceProvider;
6
+use SMSApi\Client;
7 7
 
8 8
 class SmsapiServiceProvider extends ServiceProvider
9 9
 {
Please login to merge, or discard this patch.