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 ( cf8fe5...2efe23 )
by TJ
01:06
created
src/Middleware/HoneybadgerContext.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@  discard block
 block discarded – undo
43 43
         return $next($request);
44 44
     }
45 45
 
46
+    /**
47
+     * @param \Illuminate\Http\Request $request
48
+     */
46 49
     private function setLumenRouteActionContext($request)
47 50
     {
48 51
         $routeDetails = app()->router->getRoutes()[$request->method().$request->getPathInfo()]['action'];
@@ -79,6 +82,9 @@  discard block
 block discarded – undo
79 82
         }
80 83
     }
81 84
 
85
+    /**
86
+     * @param \Illuminate\Http\Request $request
87
+     */
82 88
     private function setUserContext($request)
83 89
     {
84 90
         try {
Please login to merge, or discard this patch.