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 (#76)
by
unknown
10:30
created
src/Controller.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use Illuminate\Config\Repository;
7 7
 use Illuminate\Http\Request as IlluminateRequest;
8
-use Spatie\SlashCommand\Exceptions\InvalidHandler;
9
-use Spatie\SlashCommand\Handlers\SignatureHandler;
10 8
 use Illuminate\Http\Response as IlluminateResponse;
11 9
 use Illuminate\Routing\Controller as IlluminateController;
10
+use Spatie\SlashCommand\Exceptions\InvalidHandler;
12 11
 use Spatie\SlashCommand\Exceptions\RequestCouldNotBeHandled;
13 12
 use Spatie\SlashCommand\Exceptions\SlackSlashCommandException;
13
+use Spatie\SlashCommand\Handlers\SignatureHandler;
14 14
 
15 15
 class Controller extends IlluminateController
16 16
 {
Please login to merge, or discard this patch.