src/Http/Client.php
Showing 1 of 1 total issue
Method handleResponse
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handleResponse(ResponseInterface $response) { $response->getBody()->rewind(); $data = json_decode($response->getBody()->getContents(), true); switch ($response->getStatusCode()) {