@@ -282,7 +282,7 @@ discard block |
||
282 | 282 | * @param int $user_id |
283 | 283 | * @param $old_user_data |
284 | 284 | * |
285 | - * @return bool |
|
285 | + * @return false|null |
|
286 | 286 | */ |
287 | 287 | public function update_customer_email_on_user_update( $user_id = 0, $old_user_data ) { |
288 | 288 | |
@@ -331,7 +331,7 @@ discard block |
||
331 | 331 | * @since 1.0 |
332 | 332 | * |
333 | 333 | * @param string $field id or email |
334 | - * @param mixed $value The Customer ID or email to search |
|
334 | + * @param integer $value The Customer ID or email to search |
|
335 | 335 | * |
336 | 336 | * @return mixed Upon success, an object of the customer. Upon failure, NULL |
337 | 337 | */ |