Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 7d2b8a3

Browse files
committed
Merge branch 'improvement/179' into develop
Forward port #179
2 parents 1d30656 + 60bfa85 commit 7d2b8a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Client.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,7 @@ protected function calcAuthDigest($user, $password, $type = self::AUTH_BASIC, $d
854854
*/
855855
public function dispatch(Stdlib\RequestInterface $request, Stdlib\ResponseInterface $response = null)
856856
{
857-
$response = $this->send($request);
858-
return $response;
857+
return $this->send($request);
859858
}
860859

861860
/**

0 commit comments

Comments
 (0)