chartmogul/chartmogul-php

View on GitHub
src/Http/Client.php

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Showing 1 of 1 total issue

Method handleResponse has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public function handleResponse(ResponseInterface $response)
{
$response->getBody()->rewind();
$data = json_decode($response->getBody()->getContents(), true);
switch ($response->getStatusCode()) {
Severity: Minor
Found in src/Http/Client.php - About 1 hr to fix
    Category
    Status