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 — master ( 1db1a2...0dc1b3 )
by Caspar
04:32
created
app/Http/Controllers/GenerateController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -19,12 +19,12 @@
 block discarded – undo
19 19
         return view('leader.generate');
20 20
     }
21 21
 
22
-	/**
23
-	 * @param Request $request
24
-	 *
25
-	 * @return \Illuminate\Http\RedirectResponse
26
-	 * @throws \Exception
27
-	 */
22
+    /**
23
+     * @param Request $request
24
+     *
25
+     * @return \Illuminate\Http\RedirectResponse
26
+     * @throws \Exception
27
+     */
28 28
     public function index(Request $request)
29 29
     {
30 30
         $this->preCleanup();
Please login to merge, or discard this patch.