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 ( 5e2777...0312c9 )
by Dane
02:57
created
app/Repositories/ServerRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -929,7 +929,7 @@
 block discarded – undo
929 929
      *
930 930
      * @param  int     $id
931 931
      * @param  string  $password
932
-     * @return void
932
+     * @return boolean
933 933
      *
934 934
      * @throws \Pterodactyl\Exceptions\DisplayException
935 935
      * @throws \Pterodactyl\Exceptions\DisplayValidationException
Please login to merge, or discard this patch.
app/Services/DeploymentService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
      * @param  \Pterodactyl\Models\Node $node
114 114
      * @param  int                      $memory
115 115
      * @param  int                      $disk
116
-     * @return bool Returns true if this information would not put the node over it's limit.
116
+     * @return boolean|null Returns true if this information would not put the node over it's limit.
117 117
      */
118 118
     protected static function checkNodeAllocation(Models\Node $node, $memory, $disk)
119 119
     {
Please login to merge, or discard this patch.