woothemes/woocommerce

View on GitHub
includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function get_item_schema() {
        $schema = array(
            '$schema'    => 'http://json-schema.org/draft-04/schema#',
            'title'      => 'order_note',
            'type'       => 'object',

    There are no issues that match your filters.

    Category
    Status