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 ( 4cd4a3...40fdb5 )
by Mozammil
01:10
created
src/Events/MessageIntercepted.php 1 patch
Unused Use Statements   +3 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,14 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Mozammil\LaravelMessageInterceptor\Events;
4 4
 
5
-use Swift_Message;
6
-use Illuminate\Broadcasting\Channel;
7
-use Illuminate\Queue\SerializesModels;
8
-use Illuminate\Broadcasting\PrivateChannel;
9
-use Illuminate\Broadcasting\PresenceChannel;
10
-use Illuminate\Foundation\Events\Dispatchable;
11 5
 use Illuminate\Broadcasting\InteractsWithSockets;
12
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
6
+use Illuminate\Foundation\Events\Dispatchable;
7
+use Illuminate\Queue\SerializesModels;
8
+use Swift_Message;
13 9
 
14 10
 class MessageIntercepted
15 11
 {
Please login to merge, or discard this patch.
src/Listeners/InterceptMessage.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Mozammil\LaravelMessageInterceptor\Listeners;
4 4
 
5
-use Illuminate\Queue\InteractsWithQueue;
6
-use Illuminate\Contracts\Queue\ShouldQueue;
7 5
 use Illuminate\Mail\Events\MessageSending;
8 6
 use Mozammil\LaravelMessageInterceptor\Interceptor;
9
-use Mozammil\LaravelMessageInterceptor\Events\MessageIntercepted;
10 7
 
11 8
 class InterceptMessage
12 9
 {
Please login to merge, or discard this patch.