From bac599d18b3a68e0254e74496af80ca8841fe6c5 Mon Sep 17 00:00:00 2001 From: Boone B Gorges Date: Wed, 17 Jul 2024 21:49:52 -0500 Subject: [PATCH] Fix function documentation. --- wp-content/plugins/wds-citytech/includes/passwords.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.