zendesk/zendesk_api_client_php

View on GitHub
src/Zendesk/API/Traits/Resource/UpdateMany.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function updateMany(array $params, $key = 'ids')
    {
        try {
            $route = $this->getRoute(__FUNCTION__);
        } catch (RouteException $e) {
Severity: Minor
Found in src/Zendesk/API/Traits/Resource/UpdateMany.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status