Skip to content

Commit

Permalink
Specify correct return data type
Browse files Browse the repository at this point in the history
  • Loading branch information
julien731 committed Oct 11, 2016
1 parent 6efb2cb commit 9194c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-google-authenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down

0 comments on commit 9194c71

Please sign in to comment.