Skip to content

Commit

Permalink
Fix PHPCS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed May 27, 2020
1 parent d2bcf8e commit b1abba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/class-wp-saml-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) {
Expand Down

0 comments on commit b1abba8

Please sign in to comment.