@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | * |
| 156 | 156 | * Used to redirect a user back to the donation form if there are errors present. |
| 157 | 157 | * |
| 158 | - * @param array|string $args |
|
| 158 | + * @param string $args |
|
| 159 | 159 | * |
| 160 | 160 | * @access public |
| 161 | 161 | * @since 1.0 |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | * @since 1.0 |
| 302 | 302 | * @since 1.8.16 Add security check |
| 303 | 303 | * |
| 304 | - * @return bool |
|
| 304 | + * @return false|null |
|
| 305 | 305 | */ |
| 306 | 306 | function give_listen_for_failed_payments() { |
| 307 | 307 | |
@@ -753,7 +753,7 @@ discard block |
||
| 753 | 753 | * |
| 754 | 754 | * @param int $form_id ID number of the form to retrieve the minimum price for |
| 755 | 755 | * |
| 756 | - * @return mixed string|int Minimum price of the form |
|
| 756 | + * @return string string|int Minimum price of the form |
|
| 757 | 757 | */ |
| 758 | 758 | function give_get_form_minimum_price( $form_id = 0 ) { |
| 759 | 759 | |
@@ -774,7 +774,7 @@ discard block |
||
| 774 | 774 | * |
| 775 | 775 | * @param int $form_id Donate Form ID |
| 776 | 776 | * |
| 777 | - * @return bool|float |
|
| 777 | + * @return string |
|
| 778 | 778 | */ |
| 779 | 779 | function give_get_form_maximum_price( $form_id = 0 ) { |
| 780 | 780 | |
@@ -910,7 +910,7 @@ discard block |
||
| 910 | 910 | /** |
| 911 | 911 | * Display/Return a formatted goal for a donation form |
| 912 | 912 | * |
| 913 | - * @param int|Give_Donate_Form $form Form ID or Form Object. |
|
| 913 | + * @param integer $form Form ID or Form Object. |
|
| 914 | 914 | * |
| 915 | 915 | * @since 2.1 |
| 916 | 916 | * |