Completed
Push — 2.0-dev ( 36da2b...876a5e )
by Michael
06:20
created
src/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
 	 * Method to validate a response.
337 337
 	 *
338 338
 	 * @param   string    $url       The request URL.
339
-	 * @param   Response  $response  The response to validate.
339
+	 * @param   \Joomla\Http\Response  $response  The response to validate.
340 340
 	 *
341 341
 	 * @return  void
342 342
 	 *
@@ -584,7 +584,7 @@  discard block
 block discarded – undo
584 584
 	 * Set an option for the OAuth1 Client instance.
585 585
 	 *
586 586
 	 * @param   string  $key    The name of the option to set
587
-	 * @param   mixed   $value  The option value to set
587
+	 * @param   string   $value  The option value to set
588 588
 	 *
589 589
 	 * @return  $this
590 590
 	 *
Please login to merge, or discard this patch.