awsmug/torro-forms

View on GitHub
src/modules/protectors/honeypot.php

Summary

Maintainability
A
1 hr
Test Coverage

Method render_output has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function render_output( $form ) {
        $prefix = $this->module->manager()->get_prefix();

        /** This filter is documented in src/db-objects/elements/element.php */
        $input_classes = apply_filters( "{$prefix}element_input_classes", array( 'torro-element-input' ) );
Severity: Minor
Found in src/modules/protectors/honeypot.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status