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
03:11 queued 13s
created
app/Models/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,6 +107,7 @@  discard block
 block discarded – undo
107 107
      * Returns array of all servers owned by the logged in user.
108 108
      * Returns all users servers if user is a root admin.
109 109
      *
110
+     * @param integer $paginate
110 111
      * @return \Illuminate\Database\Eloquent\Collection
111 112
      */
112 113
     public static function getUserServers($paginate = null)
@@ -165,7 +166,6 @@  discard block
 block discarded – undo
165 166
     /**
166 167
      * Returns non-administrative headers for accessing a server on the daemon.
167 168
      *
168
-     * @param  string $uuid
169 169
      * @return array
170 170
      */
171 171
     public function guzzleHeaders()
Please login to merge, or discard this patch.
app/Repositories/Daemon/FileRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 namespace Pterodactyl\Repositories\Daemon;
26 26
 
27 27
 use Exception;
28
-use GuzzleHttp\Client;
29 28
 use Pterodactyl\Models\Server;
30 29
 use Pterodactyl\Exceptions\DisplayException;
31 30
 use Pterodactyl\Repositories\HelperRepository;
Please login to merge, or discard this patch.