@@ -78,8 +78,6 @@ |
||
78 | 78 | * Returns the filtered redirect url for the current user. |
79 | 79 | * |
80 | 80 | * @param string $redirect_to The default redirect callback argument. |
81 | - * @param string $request The default redirect request callback argument. |
|
82 | - * @param integer $user The current user logging in. |
|
83 | 81 | * @return string The final redirect url. |
84 | 82 | */ |
85 | 83 | public static function get_login_redirect_url( $redirect_to ) { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | /** |
40 | 40 | * Class Constructor. |
41 | 41 | * |
42 | - * @return void |
|
42 | + * @return Shortcodes |
|
43 | 43 | */ |
44 | 44 | private function __construct() |
45 | 45 | { |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Instantiate our class. |
55 | 55 | * |
56 | - * @return mixed The instance of this class. |
|
56 | + * @return Shortcodes|null The instance of this class. |
|
57 | 57 | */ |
58 | 58 | public static function instance() |
59 | 59 | { |