@@ -23,7 +23,6 @@ discard block |
||
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 |
||
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 | */ |
@@ -2,9 +2,9 @@ |
||
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 | { |