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:45
created
app/Models/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,6 +105,7 @@  discard block
 block discarded – undo
105 105
      * Returns array of all servers owned by the logged in user.
106 106
      * Returns all users servers if user is a root admin.
107 107
      *
108
+     * @param integer $paginate
108 109
      * @return \Illuminate\Database\Eloquent\Collection
109 110
      */
110 111
     public static function getUserServers($paginate = null)
@@ -163,7 +164,6 @@  discard block
 block discarded – undo
163 164
     /**
164 165
      * Returns non-administrative headers for accessing a server on the daemon.
165 166
      *
166
-     * @param  string $uuid
167 167
      * @return array
168 168
      */
169 169
     public function getHeaders()
Please login to merge, or discard this patch.
app/Models/User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace Pterodactyl\Models;
26 26
 
27
-use Auth;
28 27
 use Hash;
29 28
 use Google2FA;
30 29
 use Illuminate\Auth\Authenticatable;
Please login to merge, or discard this patch.