diff --git a/src/Fetch/Server.php b/src/Fetch/Server.php index f9c56c1..547fc12 100644 --- a/src/Fetch/Server.php +++ b/src/Fetch/Server.php @@ -153,7 +153,7 @@ class Server { $this->username = $username; $this->password = $password; - if( $tryFasterAuth ) { + if ($tryFasterAuth) { $this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM')); } }