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