From 9194c71b3688becc75a31e15845527eca751ab9a Mon Sep 17 00:00:00 2001 From: Julien Liabeuf Date: Tue, 11 Oct 2016 19:14:35 +0700 Subject: [PATCH] Specify correct return data type --- wp-google-authenticator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-google-authenticator.php b/wp-google-authenticator.php index 821850f..3768944 100644 --- a/wp-google-authenticator.php +++ b/wp-google-authenticator.php @@ -105,7 +105,7 @@ final class WP_Google_Authenticator { * Instantiate and return the unique WP Google Authenticator object * * @since 1.2.0 - * @return object WP_Google_Authenticator Unique instance of WP Google Authenticator + * @return WP_Google_Authenticator Unique instance of WP Google Authenticator */ public static function instance() {