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.
Test Setup Failed
Branch master (472873)
by bSecure
14:19
created
src/Controllers/SSO/VerifyClientController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             {
40 40
                 $auth_url = $this->_createAuthenticationURL($ssoPayload);
41 41
                 $response = [
42
-                  'redirect_url' => $auth_url
42
+                    'redirect_url' => $auth_url
43 43
                 ];
44 44
                 return ApiResponseHandler::success($response, trans('bSecure::messages.sso_sco.success'));
45 45
             }
Please login to merge, or discard this patch.