@@ -37,9 +37,6 @@ |
||
| 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, |
@@ -29,7 +29,7 @@ discard block |
||
| 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 |
@@ -214,7 +214,7 @@ discard block |
||
| 214 | 214 | /** |
| 215 | 215 | * Envia o captcha para o serviço |
| 216 | 216 | * @param string $googlekey |
| 217 | - * @param $url |
|
| 217 | + * @param string $url |
|
| 218 | 218 | * @return ResponseInterface |
| 219 | 219 | */ |
| 220 | 220 | public function sendReCaptchaV2($googlekey, $url) |
@@ -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 | */ |