Test Failed
Push — release/1.8.17 ( baf467...e6f68c )
by Ravinder
05:06
created
includes/admin/payments/class-payments-table.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -467,7 +467,7 @@  discard block
 block discarded – undo
467 467
 	/**
468 468
 	 * Get donor email html.
469 469
 	 *
470
-	 * @param object $payment Contains all the data of the payment.
470
+	 * @param Give_Payment $payment Contains all the data of the payment.
471 471
 	 *
472 472
 	 * @access public
473 473
 	 * @since  1.0
@@ -490,7 +490,7 @@  discard block
 block discarded – undo
490 490
 	/**
491 491
 	 * Get Row Actions
492 492
 	 *
493
-	 * @param object $payment Payment Data.
493
+	 * @param Give_Payment $payment Payment Data.
494 494
 	 *
495 495
 	 * @since 1.6
496 496
 	 *
@@ -530,7 +530,7 @@  discard block
 block discarded – undo
530 530
 	/**
531 531
 	 *  Get payment status html.
532 532
 	 *
533
-	 * @param object $payment Contains all the data of the payment.
533
+	 * @param Give_Payment $payment Contains all the data of the payment.
534 534
 	 *
535 535
 	 * @access public
536 536
 	 * @since  1.0
@@ -580,7 +580,7 @@  discard block
 block discarded – undo
580 580
 	/**
581 581
 	 * Get donor html.
582 582
 	 *
583
-	 * @param object $payment Contains all the data of the payment.
583
+	 * @param Give_Payment $payment Contains all the data of the payment.
584 584
 	 *
585 585
 	 * @access public
586 586
 	 * @since  1.0
Please login to merge, or discard this patch.
includes/admin/class-give-settings.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
 	 *
73 73
 	 * @param $url
74 74
 	 *
75
-	 * @return mixed
75
+	 * @return string
76 76
 	 */
77 77
 	public function give_update_cmb_meta_box_url( $url ) {
78 78
 		// Path to Give's CMB
@@ -935,7 +935,7 @@  discard block
 block discarded – undo
935 935
  * @since      1.3.5
936 936
  *
937 937
  * @param $array
938
- * @param $position |int|string Expects an array key or 'id' of the settings field to appear after
938
+ * @param string $position |int|string Expects an array key or 'id' of the settings field to appear after
939 939
  * @param $insert   |array a valid array of options to insert
940 940
  *
941 941
  * @return array
@@ -974,7 +974,7 @@  discard block
 block discarded – undo
974 974
  * @since 1.0
975 975
  *
976 976
  * @param array $field_arr
977
- * @param array $saved_values
977
+ * @param string|boolean $saved_values
978 978
  *
979 979
  * @return void
980 980
  */
@@ -1009,7 +1009,7 @@  discard block
 block discarded – undo
1009 1009
  * @since  1.0
1010 1010
  *
1011 1011
  * @param  array $field_arr
1012
- * @param  array $saved_value
1012
+ * @param  string|boolean $saved_value
1013 1013
  *
1014 1014
  * @return void
1015 1015
  */
@@ -1163,7 +1163,7 @@  discard block
 block discarded – undo
1163 1163
  * @params $string text
1164 1164
  * @params $filter array
1165 1165
  *
1166
- * @return text $string
1166
+ * @return string $string
1167 1167
  */
1168 1168
 function give_slug_to_title( $string, $filters = array() ) {
1169 1169
 
Please login to merge, or discard this patch.