I think this should fix the PSR check

This commit is contained in:
Lewis Cowles 2015-05-24 11:26:40 +01:00
parent cce3bbcfc1
commit 35a756ee58

View File

@ -154,7 +154,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'));
} }
} }