Skip to content

Commit

Permalink
PSR Nonsense strikes again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed May 24, 2015
1 parent 35a756e commit 3a53e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fetch/Server.php
Expand Up @@ -153,7 +153,7 @@ public function setAuthentication($username, $password, $tryFasterAuth=true)
{
$this->username = $username;
$this->password = $password;
if( $tryFasterAuth ) {
if ($tryFasterAuth) {
$this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM'));
}
}
Expand Down

0 comments on commit 3a53e18

Please sign in to comment.