awsmug/torro-forms

View on GitHub
src/db-objects/submissions/rest-submissions-controller.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function get_item_schema() {
        $schema = parent::get_item_schema();

        $schema['properties']['form_id'] = array(
            'description' => __( 'ID of the form this submission belongs to.', 'torro-forms' ),
Severity: Minor
Found in src/db-objects/submissions/rest-submissions-controller.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status