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 (#80)
by
unknown
02:29
created
src/Notifications/Notifications/CertificateExpiresSoon.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use Carbon\Carbon;
6 6
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Illuminate\Notifications\Messages\SlackMessage;
8 7
 use Illuminate\Notifications\Messages\SlackAttachment;
9
-use Spatie\UptimeMonitor\Notifications\BaseNotification;
8
+use Illuminate\Notifications\Messages\SlackMessage;
10 9
 use Spatie\UptimeMonitor\Events\CertificateExpiresSoon as SoonExpiringSslCertificateFoundEvent;
10
+use Spatie\UptimeMonitor\Notifications\BaseNotification;
11 11
 
12 12
 class CertificateExpiresSoon extends BaseNotification
13 13
 {
Please login to merge, or discard this patch.