From 65f36a54a1c207b79f5e6590c6163d38ae28720d Mon Sep 17 00:00:00 2001 From: timalive Date: Thu, 2 Nov 2017 17:08:54 +0200 Subject: [PATCH] Update Digest.php --- src/Http/Client/Auth/Digest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Client/Auth/Digest.php b/src/Http/Client/Auth/Digest.php index 67a1c2986cd..0243fb92188 100644 --- a/src/Http/Client/Auth/Digest.php +++ b/src/Http/Client/Auth/Digest.php @@ -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')) {