@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | * |
25 | 25 | * @throws ReflectionException Exception Handling. |
26 | 26 | * |
27 | - * @return mixed |
|
27 | + * @return false|null |
|
28 | 28 | */ |
29 | 29 | function give_process_donation_form() { |
30 | 30 | |
@@ -1319,7 +1319,7 @@ discard block |
||
1319 | 1319 | * |
1320 | 1320 | * @param array $valid_data List of Valid Data. |
1321 | 1321 | * |
1322 | - * @return bool |
|
1322 | + * @return boolean|null |
|
1323 | 1323 | */ |
1324 | 1324 | function give_validate_donation_amount( $valid_data ) { |
1325 | 1325 |