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 (#28)
by
unknown
07:02
created
src/PusherChannel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     private $events;
21 21
 
22 22
     /**
23
-     * @param \Pusher $pusher
23
+     * @param Pusher $pusher
24 24
      */
25 25
     public function __construct(Pusher $pusher, Dispatcher $events)
26 26
     {
Please login to merge, or discard this 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 NotificationChannels\PusherPushNotifications;
4 4
 
5
-use Pusher\Pusher;
6 5
 use Illuminate\Events\Dispatcher;
7
-use Illuminate\Notifications\Notification;
8 6
 use Illuminate\Notifications\Events\NotificationFailed;
7
+use Illuminate\Notifications\Notification;
8
+use Pusher\Pusher;
9 9
 
10 10
 class PusherChannel
11 11
 {
Please login to merge, or discard this patch.