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 ( 1e7288...618d26 )
by Carlos
19:48 queued 04:50
created
src/Interfaces/DeathByCaptchaInterface.php 2 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@  discard block
 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 ResolveInterface
28 27
      */
29 28
     public function resolve($mix): ResolveInterface;
@@ -31,7 +30,6 @@  discard block
 block discarded – undo
31 30
     /**
32 31
      * Envia o captcha pro serviço ou recupera o resultado
33 32
      * de um captcha previamente enviado
34
-     * @param  $mix $captcha ID do captcha or site-key
35 33
      * @param  $url $url url
36 34
      * @return ResolveInterface
37 35
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace juniorb2ss\DeathByCaptcha\Interfaces;
4 4
 
5
-use juniorb2ss\DeathByCaptcha\Interfaces\StatusInterface;
6 5
 use juniorb2ss\DeathByCaptcha\Interfaces\AccountInterface;
7 6
 use juniorb2ss\DeathByCaptcha\Interfaces\ResolveInterface;
7
+use juniorb2ss\DeathByCaptcha\Interfaces\StatusInterface;
8 8
 
9 9
 interface DeathByCaptchaInterface
10 10
 {
Please login to merge, or discard this patch.