coderbyheart/MailChimpBundle

View on GitHub

Showing 1 of 1 total issue

Method post has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function post($endpoint, $args)
    {
        $request     = array_merge($args, array(
            'apikey' => $this->apiKey,
        ));
Severity: Minor
Found in MailChimp/Api.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language