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 (#2)
by Cees-Jan
35:30 queued 25:21
created
src/Client.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ApiClients\Foundation\Transport;
4 4
 
5 5
 use ApiClients\Foundation\Hydrator\Hydrator;
6
-use ApiClients\Foundation\Transport\CommandBus;
7 6
 use GuzzleHttp\Client as GuzzleClient;
8 7
 use GuzzleHttp\Psr7\Request as Psr7Request;
9 8
 use GuzzleHttp\Psr7\Response as Psr7Response;
Please login to merge, or discard this patch.
src/Factory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 {
19 19
     /**
20 20
      * @param ContainerInterface $container
21
-     * @param LoopInterface|null $loop
21
+     * @param LoopInterface $loop
22 22
      * @param array $options
23 23
      * @return Client
24 24
      */
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      * @param ContainerInterface $container
66 66
      * @param HttpClient $httpClient
67 67
      * @param Resolver $resolver
68
-     * @param LoopInterface|null $loop
68
+     * @param LoopInterface $loop
69 69
      * @param array $options
70 70
      * @return Client
71 71
      */
Please login to merge, or discard this patch.