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 ( 324060...95171a )
by Dane
02:52
created
app/Notifications/AccountCreated.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * Get the notification's delivery channels.
29 29
      *
30 30
      * @param  mixed  $notifiable
31
-     * @return array
31
+     * @return string[]
32 32
      */
33 33
     public function via($notifiable)
34 34
     {
Please login to merge, or discard this patch.
app/Repositories/UserRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use Pterodactyl\Models;
35 35
 use Pterodactyl\Services\UuidService;
36 36
 use Pterodactyl\Exceptions\DisplayException;
37
-use Pterodactyl\Notifications\AccountCreated;
38 37
 use Pterodactyl\Exceptions\DisplayValidationException;
39 38
 
40 39
 class UserRepository
Please login to merge, or discard this patch.