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.
Test Setup Failed
Branch master (fe4962)
by Thijs
05:18
created
src/Soap/Client/SoapClient.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     /**
83 83
      * Set a HTTP Client.
84 84
      *
85
-     * @param HttpClient $client
85
+     * @param httpClient $client
86 86
      */
87 87
     public function setClient(HttpClient $client)
88 88
     {
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
     /**
181 181
      * Http version of doRequest.
182 182
      *
183
-     * @param mixed  $requestBody
183
+     * @param string  $requestBody
184 184
      * @param string $location
185 185
      * @param string $action
186 186
      * @param string $version
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use GuzzleHttp\Client as httpClient;
6 6
 use GuzzleHttp\Psr7\Request;
7 7
 use Http\Client\Exception as ClientException;
8
-use Http\Message\MessageFactory;
9 8
 use Psr\Log\LoggerInterface;
10 9
 use WebservicesNl\Common\Endpoint\Endpoint;
11 10
 use WebservicesNl\Common\Endpoint\Manager;
Please login to merge, or discard this patch.
src/Soap/Client/SoapSettings.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@
 block discarded – undo
371 371
     }
372 372
 
373 373
     /**
374
-     * @return mixed
374
+     * @return string
375 375
      */
376 376
     public function getEncoding()
377 377
     {
Please login to merge, or discard this patch.