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 ( 6ee68c...e3718d )
by Lester
01:17
created
src/Events/MessageSent.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
     /**
28 28
      * Create a new event instance.
29 29
      *
30
-     * @param SendHttpApiParams $params
31 30
      */
32 31
     public function __construct(string $mobile, string $message, string $senderId)
33 32
     {
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,12 +3,10 @@
 block discarded – undo
3 3
 namespace LBHurtado\EngageSpark\Events;
4 4
 
5 5
 use Illuminate\Broadcasting\Channel;
6
-use Illuminate\Queue\SerializesModels;
6
+use Illuminate\Broadcasting\InteractsWithSockets;
7 7
 use Illuminate\Broadcasting\PrivateChannel;
8
-use Illuminate\Broadcasting\PresenceChannel;
9 8
 use Illuminate\Foundation\Events\Dispatchable;
10
-use Illuminate\Broadcasting\InteractsWithSockets;
11
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
9
+use Illuminate\Queue\SerializesModels;
12 10
 
13 11
 
14 12
 class MessageSent
Please login to merge, or discard this patch.