diff --git a/inc/class-wp-saml-auth.php b/inc/class-wp-saml-auth.php index 7540cee..08e6755 100644 --- a/inc/class-wp-saml-auth.php +++ b/inc/class-wp-saml-auth.php @@ -69,10 +69,10 @@ public function get_provider() { /** * Determines the provider class to use and loads an instance of it, stores it to ->provider + * * @return void */ - protected function set_provider() - { + protected function set_provider() { $connection_type = self::get_option( 'connection_type' ); if ( 'internal' === $connection_type ) { if ( file_exists( WP_SAML_AUTH_AUTOLOADER ) ) {