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
Push — develop ( 4e916c...5e2777 )
by Dane
02:47
created
app/Http/Controllers/API/NodeController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 use Pterodactyl\Exceptions\DisplayException;
33 33
 use Pterodactyl\Repositories\NodeRepository;
34 34
 use Pterodactyl\Exceptions\DisplayValidationException;
35
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
36 35
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
37 36
 use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException;
38 37
 
Please login to merge, or discard this patch.
app/Http/Controllers/API/ServerController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use Pterodactyl\Exceptions\DisplayException;
32 32
 use Pterodactyl\Repositories\ServerRepository;
33 33
 use Pterodactyl\Exceptions\DisplayValidationException;
34
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
35 34
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
36 35
 use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException;
37 36
 
Please login to merge, or discard this patch.
app/Http/Controllers/API/ServiceController.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 Illuminate\Http\Request;
28 28
 use Pterodactyl\Models\Service;
29
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
30 29
 
31 30
 class ServiceController extends BaseController
32 31
 {
Please login to merge, or discard this patch.
app/Http/Controllers/API/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Pterodactyl\Exceptions\DisplayException;
31 31
 use Pterodactyl\Repositories\UserRepository;
32 32
 use Pterodactyl\Exceptions\DisplayValidationException;
33
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
34 33
 use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException;
35 34
 
36 35
 class UserController extends BaseController
Please login to merge, or discard this patch.