Skip to content

Commit

Permalink
Correcting return structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Jul 21, 2016
1 parent 1921e8f commit 6ff94af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function doRequest(HttpRequest $r)

Logger::error($err);

return [null, $err];
return [$duration, $response, $err];
}

/**
Expand Down

0 comments on commit 6ff94af

Please sign in to comment.