@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | * @since 1.0 |
| 165 | 165 | * @access public |
| 166 | 166 | * |
| 167 | - * @param bool|string|int $_id_or_email |
|
| 167 | + * @param integer $_id_or_email |
|
| 168 | 168 | * |
| 169 | 169 | * @return bool|int |
| 170 | 170 | */ |
@@ -359,7 +359,7 @@ discard block |
||
| 359 | 359 | * @param int $user_id User ID. |
| 360 | 360 | * @param WP_User|bool $old_user_data User data. |
| 361 | 361 | * |
| 362 | - * @return bool |
|
| 362 | + * @return false|null |
|
| 363 | 363 | */ |
| 364 | 364 | public function update_donor_email_on_user_update( $user_id = 0, $old_user_data = false ) { |
| 365 | 365 | |
@@ -416,7 +416,7 @@ discard block |
||
| 416 | 416 | * @access public |
| 417 | 417 | * |
| 418 | 418 | * @param string $field ID or email. Default is 'id'. |
| 419 | - * @param mixed $value The Customer ID or email to search. Default is 0. |
|
| 419 | + * @param integer $value The Customer ID or email to search. Default is 0. |
|
| 420 | 420 | * |
| 421 | 421 | * @return mixed Upon success, an object of the donor. Upon failure, NULL |
| 422 | 422 | */ |