Skip to content

Commit

Permalink
ApiManager::processResponse(): Use Response interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Feb 8, 2021
1 parent 8caeb6d commit 2c59e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function addMatchExtension(MatchExtension $extension): void
}


private function processResponse(BaseResponse $response, bool $throw): void
private function processResponse(Response $response, bool $throw): void
{
if ($throw === true) {
throw new ThrowResponse($response);
Expand Down

0 comments on commit 2c59e01

Please sign in to comment.