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 (#124)
by
unknown
15:51
created
src/HasPushSubscriptions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
      * Update (or create) subscription.
19 19
      *
20 20
      * @param  string $endpoint
21
-     * @param  string $endpoint_key
22 21
      * @param  string|null $key
23 22
      * @param  string|null $token
24 23
      * @param  string|null $contentEncoding
Please login to merge, or discard this patch.
src/WebPushChannel.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\WebPush;
4 4
 
5
-use Illuminate\Notifications\Notification;
6
-use Minishlink\WebPush\Subscription;
5
+use Illuminate\Notifications\Notification;
6
+use Minishlink\WebPush\Subscription;
7 7
 use Minishlink\WebPush\WebPush;
8 8
 
9 9
 class WebPushChannel
Please login to merge, or discard this patch.