Skip to content

Commit

Permalink
Fix whitespace in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
earnjam committed May 4, 2023
1 parent 28a6093 commit 1222152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/LoginRedirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 1222152

Please sign in to comment.