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 — develop (#286)
by Dane
02:28
created
app/Http/Controllers/Server/ServerController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use Log;
29 29
 use Uuid;
30 30
 use Alert;
31
-use Javascript;
32 31
 use Pterodactyl\Models;
33 32
 use Illuminate\Http\Request;
34 33
 use Pterodactyl\Exceptions\DisplayException;
Please login to merge, or discard this patch.
app/Http/Controllers/Server/SubuserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use Log;
29 29
 use Auth;
30 30
 use Alert;
31
-use Javascript;
32 31
 use Pterodactyl\Models;
33 32
 use Illuminate\Http\Request;
34 33
 use Pterodactyl\Exceptions\DisplayException;
Please login to merge, or discard this patch.
app/Http/Controllers/Server/TaskController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 use Log;
28 28
 use Alert;
29
-use Javascript;
30 29
 use Pterodactyl\Models;
31 30
 use Illuminate\Http\Request;
32 31
 use Pterodactyl\Repositories;
Please login to merge, or discard this patch.
app/Repositories/Daemon/FileRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 namespace Pterodactyl\Repositories\Daemon;
26 26
 
27 27
 use Exception;
28
-use GuzzleHttp\Client;
29
-use Pterodactyl\Models\Node;
30 28
 use Pterodactyl\Models\Server;
31 29
 use Pterodactyl\Exceptions\DisplayException;
32 30
 use Pterodactyl\Repositories\HelperRepository;
Please login to merge, or discard this patch.