diff --git a/wp-content/plugins/wds-citytech/includes/passwords.php b/wp-content/plugins/wds-citytech/includes/passwords.php index 1269097aa9..a9290ec95a 100644 --- a/wp-content/plugins/wds-citytech/includes/passwords.php +++ b/wp-content/plugins/wds-citytech/includes/passwords.php @@ -122,7 +122,7 @@ function save_user( $user_id ) { /** * Hook into the login process to check for password expiration. * - * @param WP_User|WP_Error $user The WP_User object or WP_Error. + * @param \WP_User|\WP_Error $user The WP_User object or WP_Error. * @param string $username The username. * @param string $password The password. * @return WP_User|WP_Error The WP_User object or WP_Error.