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 (#50)
by David
02:13 queued 18s
created
src/OneSignalChannel.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace NotificationChannels\OneSignal;
4 4
 
5 5
 use Berkayk\OneSignal\OneSignalClient;
6
-use Psr\Http\Message\ResponseInterface;
7 6
 use Illuminate\Notifications\Notification;
8 7
 use NotificationChannels\OneSignal\Exceptions\CouldNotSendNotification;
8
+use Psr\Http\Message\ResponseInterface;
9 9
 
10 10
 class OneSignalChannel
11 11
 {
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
     /**
48 48
      * @param mixed $notifiable
49 49
      * @param \Illuminate\Notifications\Notification $notification
50
-     * @param mixed $targeting
51 50
      *
52 51
      * @return array
53 52
      */
Please login to merge, or discard this patch.