@@ -29,7 +29,7 @@ |
||
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 |
@@ -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, |
@@ -23,7 +23,6 @@ |
||
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; |