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 ( 540f8b...ab9b1d )
by Carsten
03:30
created
src/IpstackMiddleware.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * @param IpstackClientInterface $ipstack_client       IpstackClient
89 89
      * @param string                 $ip_address_attribute Optional: Request attribute name with Client IP address
90
-     * @param array                  $request_attributes   Optional: Map ipstack fields to request attributes
90
+     * @param array                  $ipstack_attributes   Optional: Map ipstack fields to request attributes
91 91
      * @param LoggerInterface|null   $logger               Optional: PSR-3 Logger
92 92
      */
93 93
     public function __construct( IpstackClientInterface $ipstack_client, string $ip_address_attribute = null, array $ipstack_attributes = array(), LoggerInterface $logger = null )
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 
4 4
 use Germania\IpstackClient\IpstackClientInterface;
5 5
 use Germania\IpstackClient\IpstackExceptionInterface;
6
-
7 6
 use Psr\Http\Message\ResponseInterface;
8 7
 use Psr\Http\Message\ServerRequestInterface;
9
-
10 8
 use Psr\Log\LoggerInterface;
11 9
 use Psr\Log\LoggerAwareTrait;
12 10
 use Psr\Log\NullLogger;
Please login to merge, or discard this patch.