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.
Passed
Push — master ( 09ff6d...312062 )
by
unknown
02:21
created
src/Http/Input.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -433,13 +433,13 @@
 block discarded – undo
433 433
         }
434 434
 
435 435
         foreach ([
436
-                     'HTTP_CLIENT_IP',
437
-                     'HTTP_FORWARDED',
438
-                     'HTTP_X_FORWARDED_FOR',
439
-                     'HTTP_X_CLIENT_IP',
440
-                     'HTTP_X_CLUSTER_CLIENT_IP',
441
-                     'REMOTE_ADDR',
442
-                 ] as $header) {
436
+                        'HTTP_CLIENT_IP',
437
+                        'HTTP_FORWARDED',
438
+                        'HTTP_X_FORWARDED_FOR',
439
+                        'HTTP_X_CLIENT_IP',
440
+                        'HTTP_X_CLUSTER_CLIENT_IP',
441
+                        'REMOTE_ADDR',
442
+                    ] as $header) {
443 443
             if (null !== ($ipAddress = $this->server($header))) {
444 444
                 if (filter_var($ipAddress, FILTER_VALIDATE_IP)) {
445 445
                     if ( ! in_array($ipAddress, $proxyIps)) {
Please login to merge, or discard this patch.