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 ( 42a25e...777e0d )
by Freek
05:28
created
src/CacheProfiles/BaseCacheProfile.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 Spatie\ResponseCache\CacheProfiles;
4 4
 
5
-use DateTime;
6 5
 use Carbon\Carbon;
6
+use DateTime;
7 7
 use Illuminate\Http\Request;
8 8
 
9 9
 abstract class BaseCacheProfile implements CacheProfile
Please login to merge, or discard this patch.
src/ResponseCacheServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Illuminate\Cache\Repository;
6 6
 use Illuminate\Foundation\Application;
7 7
 use Illuminate\Support\ServiceProvider;
8
-use Spatie\ResponseCache\Commands\Flush;
9 8
 use Spatie\ResponseCache\CacheProfiles\CacheProfile;
9
+use Spatie\ResponseCache\Commands\Flush;
10 10
 
11 11
 class ResponseCacheServiceProvider extends ServiceProvider
12 12
 {
Please login to merge, or discard this patch.