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

Commit

Permalink
Merge branch 'improvement/179'
Browse files Browse the repository at this point in the history
Close #179
  • Loading branch information
michalbundyra committed Sep 26, 2019
2 parents a04cf06 + 60bfa85 commit 83514b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
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 83514b7

Please sign in to comment.