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 ( e5acfa...edfa37 )
by Caspar
34:53 queued 30:11
created
app/Http/Controllers/RestoreUserController.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -18,13 +18,13 @@
 block discarded – undo
18 18
         $this->middleware('web');
19 19
     }
20 20
 
21
-	/**
22
-	 * User Account Restore.
23
-	 *
24
-	 * @param string $token
25
-	 *
26
-	 * @return \Illuminate\Http\Response
27
-	 */
21
+    /**
22
+     * User Account Restore.
23
+     *
24
+     * @param string $token
25
+     *
26
+     * @return \Illuminate\Http\Response
27
+     */
28 28
     public function userReActivate($token)
29 29
     {
30 30
         $userKeys = new ProfilesController();
Please login to merge, or discard this patch.