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 ( 6f432f...3412bd )
by Freek
16:42 queued 14:54
created
src/UrlSignerServiceProvider.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\UrlSigner\Laravel;
4 4
 
5
+use Illuminate\Contracts\Foundation\Application;
5 6
 use Illuminate\Routing\Router;
6 7
 use Illuminate\Support\ServiceProvider;
7
-use Illuminate\Contracts\Foundation\Application;
8
-use Spatie\UrlSigner\UrlSigner as UrlSignerContract;
9 8
 use Spatie\UrlSigner\Laravel\Middleware\ValidateSignature;
9
+use Spatie\UrlSigner\UrlSigner as UrlSignerContract;
10 10
 
11 11
 class UrlSignerServiceProvider extends ServiceProvider
12 12
 {
Please login to merge, or discard this patch.