woothemes/woocommerce

View on GitHub
includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php

Summary

Maintainability
A
1 hr
Test Coverage

Method register_routes has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function register_routes() {
        register_rest_route(
            $this->namespace,
            '/' . $this->rest_base,
            array(

    There are no issues that match your filters.

    Category
    Status