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 ( 13294e...de2f4b )
by Mozammil
01:14
created
src/Interceptor.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Mozammil\LaravelMessageInterceptor;
4 4
 
5
-use Swift_Message;
6
-use InvalidArgumentException;
7 5
 use Illuminate\Support\Collection;
6
+use InvalidArgumentException;
8 7
 use Mozammil\LaravelMessageInterceptor\Events\MessageIntercepted;
8
+use Swift_Message;
9 9
 
10 10
 class Interceptor
11 11
 {
Please login to merge, or discard this patch.