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 ( dd13da...b61209 )
by Richard
04:01 queued 54s
created
src/Phase/TakeATicketBundle/Controller/DefaultController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         //$protocol = $_SERVER['HTTPS'] ? 'https' : 'http';
33 33
         $protocol = 'http'; // $_SERVER['HTTPS'] ? 'https' : 'http';
34 34
         /**
35
- * @noinspection RealpathInSteamContextInspection
35
+         * @noinspection RealpathInSteamContextInspection
36 36
 */
37 37
         $viewParams = [
38 38
             //'serverInfo' => $protocol . '://' . $_SERVER['SERVER_ADDR'] . ':' . $_SERVER['SERVER_PORT'] . '/',
Please login to merge, or discard this patch.