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 ( b1255c...073cba )
by Carsten
20:44 queued 11s
created
src/IpstackMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     /**
117 117
      * @param IpstackClientInterface $ipstack_client       IpstackClient
118 118
      * @param string                 $ip_address_attribute Optional: Request attribute name with Client IP address
119
-     * @param array                  $request_attributes   Optional: Map ipstack fields to request attributes
119
+     * @param array                  $ipstack_attributes   Optional: Map ipstack fields to request attributes
120 120
      * @param LoggerInterface|null   $logger               Optional: PSR-3 Logger
121 121
      */
122 122
     public function __construct( IpstackClientInterface $ipstack_client, string $ip_address_attribute = null, array $ipstack_attributes = array(), LoggerInterface $logger = null, string $success_loglevel = null , string $invalid_ip_loglevel = null , string $ipstack_error_loglevel = null )
Please login to merge, or discard this patch.