Test Failed
Push — issues/2397 ( 942cc4...f0e197 )
by Ravinder
05:30
created
includes/class-give-email-access.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@
 block discarded – undo
242 242
 	 * @since  1.0
243 243
 	 * @access public
244 244
 	 *
245
-	 * @return bool
245
+	 * @return boolean|null
246 246
 	 */
247 247
 	public function check_for_token() {
248 248
 
Please login to merge, or discard this patch.
includes/payments/functions.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -567,7 +567,7 @@  discard block
 block discarded – undo
567 567
  *
568 568
  * @since 1.0
569 569
  *
570
- * @return int $earnings Earnings
570
+ * @return double $earnings Earnings
571 571
  */
572 572
 function give_get_earnings_by_date( $day = null, $month_num, $year = null, $hour = null ) {
573 573
 
@@ -864,7 +864,7 @@  discard block
 block discarded – undo
864 864
  *
865 865
  * @since 1.0
866 866
  *
867
- * @return array $user_info User Info Meta Values.
867
+ * @return string $user_info User Info Meta Values.
868 868
  */
869 869
 function give_get_payment_meta_user_info( $payment_id ) {
870 870
 	$payment = new Give_Payment( $payment_id );
@@ -881,7 +881,7 @@  discard block
 block discarded – undo
881 881
  *
882 882
  * @since 1.0
883 883
  *
884
- * @return int $form_id Form ID.
884
+ * @return string $form_id Form ID.
885 885
  */
886 886
 function give_get_payment_form_id( $payment_id ) {
887 887
 	$payment = new Give_Payment( $payment_id );
@@ -1188,7 +1188,7 @@  discard block
 block discarded – undo
1188 1188
  * and give_format_amount() to format the amount correctly in case of formatted amount.
1189 1189
  *
1190 1190
  * @param int|Give_Payment $donation    Donation ID or Donation Object.
1191
- * @param bool|array       $format_args Currency Formatting Arguments.
1191
+ * @param boolean       $format_args Currency Formatting Arguments.
1192 1192
  *
1193 1193
  * @since 1.0
1194 1194
  * @since 1.8.17 Added filter and internally use functions.
Please login to merge, or discard this patch.