Skip to content

Commit

Permalink
Update Digest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
timalive committed Nov 2, 2017
1 parent 5319d12 commit 65f36a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Client/Auth/Digest.php
Expand Up @@ -83,7 +83,7 @@ protected function _getServerInfo(Request $request, $credentials)
$response = $this->_client->get(
$request->getUri(),
[],
['auth' => ['type'=>'basic']]
['auth' => ['type' => 'basic']]
);

if (!$response->getHeader('WWW-Authenticate')) {
Expand Down

0 comments on commit 65f36a5

Please sign in to comment.