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
Pull Request — master (#42)
by TJ
06:53 queued 05:46
created
src/Middleware/HoneybadgerContext.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@  discard block
 block discarded – undo
44 44
         return $next($request);
45 45
     }
46 46
 
47
+    /**
48
+     * @param Request $request
49
+     */
47 50
     private function setLumenRouteActionContext($request)
48 51
     {
49 52
         $routeDetails = app()->router->getRoutes()[$request->method().$request->getPathInfo()]['action']['uses'];
@@ -74,6 +77,9 @@  discard block
 block discarded – undo
74 77
         }
75 78
     }
76 79
 
80
+    /**
81
+     * @param Request $request
82
+     */
77 83
     private function setUserContext($request)
78 84
     {
79 85
         if ($request->user()) {
Please login to merge, or discard this patch.