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
Push — master ( fe4962...3aa77f )
by Thijs
04:04
created
src/Protocol/Soap/Client/SoapClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      *
67 67
      * @param SoapSettings $settings
68 68
      * @param Manager      $manager
69
-     * @param              $client
69
+     * @param              httpClient $client
70 70
      *
71 71
      * @throws NoServerAvailableException
72 72
      * @throws \InvalidArgumentException
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * Http version of doRequest.
172 172
      *
173
-     * @param mixed  $requestBody
173
+     * @param string  $requestBody
174 174
      * @param string $location
175 175
      * @param string $action
176 176
      *
Please login to merge, or discard this patch.