@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | /** |
59 | 59 | * Constructor. |
60 | 60 | * |
61 | - * @param array $options OAuth1 Client options array. |
|
61 | + * @param \Joomla\Registry\Registry $options OAuth1 Client options array. |
|
62 | 62 | * @param Http $client The HTTP client object. |
63 | 63 | * @param Input $input The input object |
64 | 64 | * @param AbstractWebApplication $application The application object |
@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | * @param mixed $data The POST request data. |
250 | 250 | * @param array $headers An array of name-value pairs to include in the header of the request |
251 | 251 | * |
252 | - * @return object The Response object. |
|
252 | + * @return \Joomla\Http\Response The Response object. |
|
253 | 253 | * |
254 | 254 | * @since 1.0 |
255 | 255 | * @throws \DomainException |
@@ -318,7 +318,7 @@ discard block |
||
318 | 318 | * Method to validate a response. |
319 | 319 | * |
320 | 320 | * @param string $url The request URL. |
321 | - * @param Response $response The response to validate. |
|
321 | + * @param \Joomla\Http\Response $response The response to validate. |
|
322 | 322 | * |
323 | 323 | * @return void |
324 | 324 | * |
@@ -565,7 +565,7 @@ discard block |
||
565 | 565 | * Set an option for the OAuth1 Client instance. |
566 | 566 | * |
567 | 567 | * @param string $key The name of the option to set |
568 | - * @param mixed $value The option value to set |
|
568 | + * @param string $value The option value to set |
|
569 | 569 | * |
570 | 570 | * @return Client This object for method chaining |
571 | 571 | * |
@@ -18,7 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * Mimic verifing credentials. |
20 | 20 | * |
21 | - * @return void |
|
21 | + * @return boolean |
|
22 | 22 | * |
23 | 23 | * @since 1.0 |
24 | 24 | */ |