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
Pull Request — master (#6)
by Jaap
08:31
created
src/Client.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * @param LoopInterface $loop
56
-     * @param Locator|ContainerInterface $locator
56
+     * @param Locator $locator
57 57
      * @param Browser $buzz
58 58
      * @param array $options
59 59
      */
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace ApiClients\Foundation\Transport;
4 4
 
5 5
 use ApiClients\Foundation\Middleware\Locator\Locator;
6
-use ApiClients\Foundation\Middleware\MiddlewareInterface;
7 6
 use ApiClients\Foundation\Middleware\MiddlewareRunner;
8
-use ApiClients\Foundation\Transport\CommandBus;
9 7
 use Clue\React\Buzz\Browser;
10 8
 use Interop\Container\ContainerInterface;
11
-use InvalidArgumentException;
12 9
 use Psr\Http\Message\RequestInterface;
13 10
 use Psr\Http\Message\ResponseInterface;
14 11
 use React\EventLoop\LoopInterface;
Please login to merge, or discard this patch.