coderbyheart/MailChimpBundle

View on GitHub
MailChimp/Api.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status