From 122215206b3915818ae256e8a447bf78c1648745 Mon Sep 17 00:00:00 2001 From: William Earnhardt Date: Thu, 4 May 2023 11:51:55 -0400 Subject: [PATCH] Fix whitespace in docblock --- includes/LoginRedirect.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/LoginRedirect.php b/includes/LoginRedirect.php index f93f9739c..e69c7d76b 100644 --- a/includes/LoginRedirect.php +++ b/includes/LoginRedirect.php @@ -21,9 +21,9 @@ public static function sso( $original_redirect ) { /** * Redirect hook for direct WP Logins * - * @param string $original_redirect The requested redirect URL + * @param string $original_redirect The requested redirect URL * @param string $requested_original_redirect The requested redirect URL from parameter - * @param WP_User|WP_Error $user The current logged in user or WP_Error on login failure + * @param WP_User|WP_Error $user The current logged in user or WP_Error on login failure * @return string The filtered URL to redirect to */ public static function wplogin( $original_redirect, $requested_original_redirect, $user ) {