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
Push — master ( d88c83...a99e88 )
by Carlos
11:19
created
src/Abstracts/HttpDeathByCaptchaAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * contain the query string as well.
30 30
      *
31 31
      * @param string              $method  HTTP method.
32
-     * @param string|UriInterface $uri     URI object or string.
32
+     * @param string $uri     URI object or string.
33 33
      * @param array               $options Request options to apply.
34 34
      *
35 35
      * @return ResponseInterface
Please login to merge, or discard this patch.
src/DeathByCaptcha.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -37,9 +37,6 @@
 block discarded – undo
37 37
     /**
38 38
      * @param string                $username
39 39
      * @param string                $password
40
-     * @param ClientInterface|null  $client
41
-     * @param AccountInterface|null $account
42
-     * @param StatusInterface|null  $status
43 40
      */
44 41
     public function __construct(
45 42
         string $username,
Please login to merge, or discard this patch.
src/Interfaces/DeathByCaptchaInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
     /**
24 24
      * Envia o captcha pro serviço ou recupera o resultado
25 25
      * de um captcha previamente enviado
26
-     * @param  $mix $captcha ID do captcha ou imagem
27 26
      * @return ResolverInterface
28 27
      */
29 28
     public function resolver($mix): ResolverInterface;
Please login to merge, or discard this patch.