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

Commit

Permalink
Merge 252a11d into a04cf06
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 7, 2019
2 parents a04cf06 + 252a11d commit 39fc3bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Client.php
Expand Up @@ -854,8 +854,7 @@ protected function calcAuthDigest($user, $password, $type = self::AUTH_BASIC, $d
*/
public function dispatch(Stdlib\RequestInterface $request, Stdlib\ResponseInterface $response = null)
{
$response = $this->send($request);
return $response;
return $this->send($request);
}

/**
Expand Down

0 comments on commit 39fc3bf

Please sign in to comment.