Code
- process-donation.php ➔ give_checkout_check_existing_email()
- process-donation.php ➔ give_process_form_login()
- process-donation.php ➔ give_process_donation_form()
- process-donation.php ➔ give_purchase_form_validate_fields()
- process-donation.php ➔ give_purchase_form_validate_gateway()
- process-donation.php ➔ give_verify_minimum_price()
- process-donation.php ➔ give_purchase_form_validate_agree_to_terms()
- process-donation.php ➔ give_get_required_fields()
- process-donation.php ➔ give_require_billing_address()
- process-donation.php ➔ give_purchase_form_validate_logged_in_user()
- process-donation.php ➔ give_purchase_form_validate_new_user()
- process-donation.php ➔ give_purchase_form_validate_user_login()
- process-donation.php ➔ give_purchase_form_validate_guest_user()
- process-donation.php ➔ give_register_and_login_new_user()
- process-donation.php ➔ give_get_purchase_form_user()
- process-donation.php ➔ give_purchase_form_validate_cc()
- process-donation.php ➔ give_get_purchase_cc_info()
- process-donation.php ➔ give_purchase_form_validate_cc_zip()
- process-donation.php ➔ give_validate_multi_donation_form_level()

This check compares the return type specified in the
@returnannotation of a function or method doc comment with the types returned by the function and raises an issue if they mismatch.