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 ( 890028...40491b )
by Freek
13:56
created
src/WelcomeController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         ];
42 42
     }
43 43
 
44
+    /**
45
+     * @return string
46
+     */
44 47
     public function redirectPath()
45 48
     {
46 49
         if (method_exists($this, 'redirectTo')) {
Please login to merge, or discard this patch.