Test Failed
Push — issues/1944 ( 37d881...3accab )
by Ravinder
05:30
created
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.
includes/payments/class-payments-query.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 	 * @since  1.0
103 103
 	 * @access public
104 104
 	 *
105
-	 * @param $query_var
105
+	 * @param string $query_var
106 106
 	 * @param $value
107 107
 	 */
108 108
 	public function __set( $query_var, $value ) {
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 	 * @since  1.0
120 120
 	 * @access public
121 121
 	 *
122
-	 * @param $query_var
122
+	 * @param string $query_var
123 123
 	 */
124 124
 	public function __unset( $query_var ) {
125 125
 		unset( $this->args[ $query_var ] );
@@ -464,7 +464,7 @@  discard block
 block discarded – undo
464 464
 	 * @param string   $order
465 465
 	 * @param WP_Query $query
466 466
 	 *
467
-	 * @return mixed
467
+	 * @return string
468 468
 	 */
469 469
 	public function custom_orderby( $order, $query ) {
470 470
 		global $wpdb;
Please login to merge, or discard this patch.