Test Failed
Push — issues/1944 ( 5c19d0...2ded50 )
by Ravinder
04:30
created
includes/admin/class-give-settings.php 1 patch
Doc Comments   +4 added lines, -4 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
@@ -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.
includes/admin/payments/class-payments-table.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -506,7 +506,7 @@  discard block
 block discarded – undo
506 506
 	/**
507 507
 	 * Get donor email html.
508 508
 	 *
509
-	 * @param object $payment Contains all the data of the payment.
509
+	 * @param Give_Payment $payment Contains all the data of the payment.
510 510
 	 *
511 511
 	 * @access public
512 512
 	 * @since  1.0
@@ -534,7 +534,7 @@  discard block
 block discarded – undo
534 534
 	/**
535 535
 	 * Get Row Actions
536 536
 	 *
537
-	 * @param object $payment Payment Data.
537
+	 * @param Give_Payment $payment Payment Data.
538 538
 	 *
539 539
 	 * @since 1.6
540 540
 	 *
@@ -655,7 +655,7 @@  discard block
 block discarded – undo
655 655
 	/**
656 656
 	 * Get donor html.
657 657
 	 *
658
-	 * @param object $payment Contains all the data of the payment.
658
+	 * @param Give_Payment $payment Contains all the data of the payment.
659 659
 	 *
660 660
 	 * @access public
661 661
 	 * @since  1.0
Please login to merge, or discard this patch.