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