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
Pull Request — master (#11)
by
unknown
01:37
created
src/Tinker.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\WebTinker;
4 4
 
5
-use Psy\Shell;
6
-use Psy\Configuration;
7
-use Psy\ExecutionLoopClosure;
8
-use Illuminate\Support\Collection;
9
-use Illuminate\Foundation\Application;
10 5
 use Illuminate\Database\Eloquent\Model;
6
+use Illuminate\Foundation\Application;
7
+use Illuminate\Support\Collection;
11 8
 use Laravel\Tinker\ClassAliasAutoloader;
9
+use Psy\Configuration;
10
+use Psy\ExecutionLoopClosure;
11
+use Psy\Shell;
12 12
 use Symfony\Component\Console\Output\BufferedOutput;
13 13
 
14 14
 class Tinker
Please login to merge, or discard this patch.