awsmug/torro-forms

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

Summary

Maintainability
A
1 hr
Test Coverage

Method prepare_links has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function prepare_links( $element ) {
        $links = parent::prepare_links( $element );

        if ( ! empty( $element->type ) ) {
            $links['about'] = array(
Severity: Minor
Found in src/db-objects/elements/rest-elements-controller.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status