Completed
Push — master ( bf1af1...6436fd )
by Michael
04:16
created
src/Client.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 	 *
Please login to merge, or discard this patch.
Tests/stubs/ClientInspector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 	/**
19 19
 	 * Mimic verifing credentials.
20 20
 	 *
21
-	 * @return void
21
+	 * @return boolean
22 22
 	 *
23 23
 	 * @since 1.0
24 24
 	 */
Please login to merge, or discard this patch.