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
Branch develop (a1d3bb)
by Dane
11:05
created
app/Repositories/TaskRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,9 +25,7 @@
 block discarded – undo
25 25
 
26 26
 use Cron;
27 27
 use Validator;
28
-
29 28
 use Pterodactyl\Models;
30
-
31 29
 use Pterodactyl\Exceptions\DisplayValidationException;
32 30
 use Pterodactyl\Exceptions\DisplayException;
33 31
 
Please login to merge, or discard this patch.
app/Repositories/UserRepository.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -25,17 +25,13 @@
 block discarded – undo
25 25
 namespace Pterodactyl\Repositories;
26 26
 
27 27
 use DB;
28
-use Settings;
29 28
 use Hash;
30 29
 use Validator;
31
-use Mail;
32 30
 use Carbon;
33 31
 use Auth;
34
-
35 32
 use Pterodactyl\Models;
36 33
 use Pterodactyl\Services\UuidService;
37 34
 use Pterodactyl\Notifications\AccountCreated;
38
-
39 35
 use Pterodactyl\Exceptions\DisplayValidationException;
40 36
 use Pterodactyl\Exceptions\DisplayException;
41 37
 
Please login to merge, or discard this patch.
app/Services/APILogService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace Pterodactyl\Services;
25 25
 
26 26
 use Log;
27
-
28 27
 use Illuminate\Http\Request;
29 28
 use Pterodactyl\Models\APILog;
30 29
 
Please login to merge, or discard this patch.
app/Services/DeploymentService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace Pterodactyl\Services;
25 25
 
26 26
 use DB;
27
-
28 27
 use Pterodactyl\Models;
29 28
 use Pterodactyl\Exceptions\DisplayException;
30 29
 
Please login to merge, or discard this patch.
app/Services/NotificationService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 
26 26
 use Pterodactyl\Models\Server;
27 27
 use Pterodactyl\Models\User;
28
-
29 28
 use Pterodactyl\Notifications\Daemon;
30 29
 
31 30
 class NotificationService {
Please login to merge, or discard this patch.