@@ -674,7 +674,7 @@ discard block |
||
| 674 | 674 | * @param int $year Year number. Default is null. |
| 675 | 675 | * @param int $hour Hour number. Default is null. |
| 676 | 676 | * |
| 677 | - * @return int $earnings Earnings |
|
| 677 | + * @return double $earnings Earnings |
|
| 678 | 678 | */ |
| 679 | 679 | function give_get_earnings_by_date( $day = null, $month_num, $year = null, $hour = null ) { |
| 680 | 680 | |
@@ -932,7 +932,7 @@ discard block |
||
| 932 | 932 | * @param string $meta_key The meta key to pull. |
| 933 | 933 | * @param bool $single Pull single meta entry or as an object. |
| 934 | 934 | * |
| 935 | - * @return mixed $meta Payment Meta. |
|
| 935 | + * @return string $meta Payment Meta. |
|
| 936 | 936 | */ |
| 937 | 937 | function give_get_payment_meta( $payment_id = 0, $meta_key = '_give_payment_meta', $single = true ) { |
| 938 | 938 | $payment = new Give_Payment( $payment_id ); |
@@ -980,7 +980,7 @@ discard block |
||
| 980 | 980 | * |
| 981 | 981 | * @param int $payment_id Payment ID. |
| 982 | 982 | * |
| 983 | - * @return int $form_id Form ID. |
|
| 983 | + * @return string $form_id Form ID. |
|
| 984 | 984 | */ |
| 985 | 985 | function give_get_payment_form_id( $payment_id ) { |
| 986 | 986 | $payment = new Give_Payment( $payment_id ); |