PSR Nonsense strikes again...

This commit is contained in:
Lewis Cowles 2015-05-24 11:31:38 +01:00
parent 35a756ee58
commit 3a53e18910

View File

@ -153,7 +153,7 @@ class Server
{ {
$this->username = $username; $this->username = $username;
$this->password = $password; $this->password = $password;
if( $tryFasterAuth ) { if ($tryFasterAuth) {
$this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM')); $this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM'));
} }
} }