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 ( d69553...492862 )
by Dane
06:01 queued 02:58
created
app/Http/Controllers/Admin/OptionController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
      * Handles POST request to create a new option.
57 57
      *
58 58
      * @param  \Illuminate\Http\Request  $request
59
-     * @return \Illuminate\Response\RedirectResponse
59
+     * @return \Illuminate\Http\RedirectResponse
60 60
      */
61 61
     public function store(Request $request)
62 62
     {
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
      *
227 227
      * @param  Request $request
228 228
      * @param  int     $id
229
-     * @return \Illuminate\Response\RedirectResponse
229
+     * @return \Illuminate\Http\RedirectResponse
230 230
      */
231 231
     public function updateScripts(Request $request, $id)
232 232
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Daemon/OptionController.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\Server;
29
-use Pterodactyl\Models\ServiceOption;
30 29
 use Pterodactyl\Http\Controllers\Controller;
31 30
 
32 31
 class OptionController extends Controller
Please login to merge, or discard this patch.